Styling updates and add social links
This commit is contained in:
parent
eafe6648cc
commit
a2cb0960ab
15 changed files with 135 additions and 23 deletions
|
@ -1,10 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% if title %}{{ title }} - {% endif %}{{ metadata.title }}</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
{{ content | safe }}
|
||||
<footer>{% include "site_nav.njk" %}</footer>
|
||||
<hr>
|
||||
<footer>
|
||||
{% include "site_nav.njk" %}
|
||||
{% include "socials.njk" %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue