summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 2d5c415..beb8c5d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -35,6 +35,15 @@ header nav a:hover {
article p {
white-space: pre-wrap;
}
+#tags {
+ padding-bottom: 0.25em;
+}
+#tags, #tags a {
+ color: #444;
+}
+#tags a:hover {
+ color: #111;
+}
#post-nav {
padding-bottom: 0.25em;
}
@@ -42,6 +51,10 @@ ul#archive-list {
list-style-type: none;
padding-left: 0;
}
+ul#tag-list {
+ list-style-type: circle;
+ padding-left: 2em;
+}
footer p#copy {
margin: 0em;
padding-top: 0.25em;
@@ -67,6 +80,7 @@ footer ul#contact-info li {
<ul>
<li><a href="index.html">index</a></li>
<li><a href="archive.html">archive</a></li>
+ <li><a href="tags.html">tags</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>