wowana.me

website source


commit 0e7c1b3609526961cad870b4dabc5f21df0ebf06
parent 17b41d91700039893699b0794c0afdd1d8beb117
Author: opal hart <opal@wowana.me>
Date:   Fri, 25 Sep 2020 12:37:18 +0000

header.inc: update site metadata

add canonical and onion addresses, denote copyright link, remove
unnecessary xmlns attribute

Diffstat:
Msrc/header.inc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/header.inc b/src/header.inc @@ -4,8 +4,10 @@ <head> <title>opal hart / wowaname</title> <link rel="stylesheet" type="text/css" href="/opal.css"/> + <link rel="canonical" href="https://wowana.me/"/> + <meta http-equiv="onion-location" content="http://opalwxdqzyuwo2vbipp3facjuuztfjwauai7fghh2ggbcl7enuvfg6yd.onion/"/> <link href="/blog/feed.atom" type="application/atom+xml" rel="alternate" title="Blog Atom feed"/> - <meta xmlns="http://www.w3.org/1999/xhtml" name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> </head> <body> <div class="sidebar-holder"> @@ -23,7 +25,7 @@ <li><a href="/pgp.xht">PGP</a></li> <li><a href="/files/">files</a></li> <li><a href="/permalink.xht">permalink</a></li> - <li>content is <a href="https://creativecommons.org/share-your-work/public-domain/cc0">public domain</a> unless otherwise noted</li> + <li>content is <a rel="license" href="https://creativecommons.org/share-your-work/public-domain/cc0">public domain</a> unless otherwise noted</li> </ul> </nav> </header>