Skip to content

Commit

Permalink
Update main.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieKnee authored Nov 14, 2023
1 parent c319973 commit 5201545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/main.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<main>
<header>
<h1><a href="">{{ sitetitle }}</a>
<h1><a href="\WolfieKnee.io\">{{ sitetitle }}</a>
{# add in links and icons #}
{% for link in links %}
<a href="{{ link.url }}"><img src="{{link.image}}" style="height:28px"></a>
Expand All @@ -29,5 +29,5 @@
{{ content | safe }}
</main>
</body>
<footer>(C) <a href="https://creativecommons.org/licenses/by/4.0/">CC 4.0</a> By David Wolfson 2023</footer>
</html>
<footer>(C) <a href="https://creativecommons.org/licenses/by/4.0/">CC 4.0 By</a> David Wolfson 2023</footer>
</html>

0 comments on commit 5201545

Please sign in to comment.