Fix footer
Committed a1c308
--- a/indieweb_rocks/static/screen.css
+++ b/indieweb_rocks/static/screen.css
background-color: #ddd;
margin: 0 auto; }
body > nav, body > footer {
- padding: 0 2em; }
+ padding: 1em 0; }
footer {
font-size: .8em;
text-align: center; }
index ba5e864..0000000
--- a/indieweb_rocks/templates/about.html
-$def with ()
-$var title: About
-
-<footer class=h-app>
-<p>🚧 <a href=/ class="u-url p-name" rel=me>IndieWeb.rocks</a> by
-🦺 <a href=//ragt.ag class="u-author h-card">Angelo Gladding</a>
-<small>(<a href=//ragt.ag/code/indieweb.rocks>view source</a> – <a href=//ragt.ag/code/indieweb.rocks/issues>report an issue</a>)</small></p>
-</footer>
--- a/indieweb_rocks/templates/template.html
+++ b/indieweb_rocks/templates/template.html
$:resource
</article>
+<footer><p><a href=/system>System Details</a></p></footer>
+
</body>
</html>