diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 12 | ||||
| -rwxr-xr-x | _includes/head.html | 14 | ||||
| -rw-r--r-- | _includes/navigation.html | 6 |
3 files changed, 16 insertions, 16 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 59281c3..e12a1ad 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,10 @@ -<hr> -<footer> +<hr/> +<div id="footer"> <p>The content for this site is <a - href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> + href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br/> <a href="https://git.sr.ht/~bt/1mb-club">source code for this site</a></p> <p>Maintained with ♥ for a performant web</p> - <p>Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br> - Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br> + <p>Proud supporter of <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a> and <a href="https://usefathom.com/ref/DKHJVX">Fathom</a><br/> + Feel free to reach out via <a rel="me" href="https://mastodon.bsd.cafe/@bt">Mastodon</a><br/> Latest sites via <a href="/atom.xml">atom.xml</a> // Latest articles via <a href="/posts.xml">posts.xml</a></p> -</footer> +</div> diff --git a/_includes/head.html b/_includes/head.html index 669f377..2725b64 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,10 @@ <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="color-scheme" content="dark light"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="color-scheme" content="dark light" /> <title>{{ site.title }}: {{ page.title }}</title> - <meta name="description" content="{{ site.description }}"> - <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png"> - <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml"> - <link rel="stylesheet" href="{{ site.baseurl }}/style.css"> + <meta name="description" content="{{ site.description }}" /> + <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" /> + <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml" /> + <link rel="stylesheet" href="{{ site.baseurl }}/style.css" /> </head> diff --git a/_includes/navigation.html b/_includes/navigation.html index 0f4e0f8..25caa6f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@ <h1>1MB Club</h1> -<nav> +<div id="nav"> <ul> <li><a href="/">Home</a></li> <li><a href="/about">About</a></li> @@ -8,5 +8,5 @@ <li><a href="/blog">Blog</a></li> <li><a href="/submit">Submit</a></li> </ul> - <hr> -</nav> + <hr/> +</div> |
