diff options
Diffstat (limited to 'design/templates/base.html')
-rw-r--r-- | design/templates/base.html | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 41a8033..9be4f51 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -7,17 +7,16 @@ <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" - content="{% block metadescription %}Scott Gilbertson is a Technical Writer, Copywriter and Editor helping your company increase its online content to boost your traffic and attract new leads. {% endblock %}"> + content="{% block metadescription %}{% endblock %}"> <meta name="author" content="Scott Gilbertson"> <link rel="alternate" type="application/rss+xml" title="RSS feed" - href="/rss/"> + href="/rss"> {%block stylesheet%}<link rel="stylesheet" href="/media/screenv1.css?{% now "u" %}" media="screen">{%endblock%} <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> - <!--<link rel="manifest" href="/manifest.webmanifest" /> --> {%block extrahead%}{%endblock%} </head> <body {%block bodyid%}{%endblock%}{%block bodyevents%}{%endblock%}> @@ -26,30 +25,30 @@ <header class="site-banner"> <div id="logo"> <a href="/" title="Home">Libregraf</a> - <span class="tagline">Let's Tell Your Story</span> + <span class="tagline">Free Software & nerdery</span> </div> - <nav> + <nav class="nav-menu"> <ul> - <li><a href="/hire-me" title="">Hire Me</a></li> - <li><a href="/about" title="">About Scott</a></li> - <!--<li><a href="/portfolio" title="">Portfolio</a></li> - <li><a href="/praise" title="">Praise</a></li> - <li><a href="/contact" title="">Contact</a></li> - <li><a href="/blog/" title="">Blog</a></li>--> + <li><a href="/essays/" title="Previous articles">Archive</a></li> + <li><a href="/linked/" title="Thoughts on Free, open source and Libre software news">Links</a></li> + <li><a href="/about" title="About this site and the tools I use to make it">About</a></li> + <li><a href="/contact" title="How to get in touch regarding Libregraf">Contact</a></li> </ul> </nav> </header> </div> {% block content %}{% endblock %} {% block extrabody %}{% endblock %} - <footer class="bl"> - <p id="license"> + <footer> + <ul class="nav-menu footer-nav-menu"> + <li><a href="/contact" title="How to get in touch regarding Libregraf">Contact</a></li> + <li><a href="/rss" title="RSS feed">RSS</a></li> + <li><a href="" title="Libregraf on twitter">Twitter</a></li> + </ul> + <p class="hed-tertiary"> © {% now "Y" %} - <span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>. + <span class="h-card"><a class="p-name u-url" href="https://libregraf.net/">Scott Gilbertson</a><data class="p-nickname" value="libregraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>. </p> - <ul class="footer-nav"> - <li><a href="/contact" title="contact luxagraf">Contact</a></li> - </ul> </footer> </div> {% block js %}{% endblock%} |