summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index 50f29d5..fc9a4c0 100644
--- a/index.html
+++ b/index.html
@@ -18,6 +18,10 @@
background-color: #f5f5f5;
overflow: auto;
}
+ .footer {
+ text-align: center;
+ font-size: 0.8em;
+ }
</style>
<h1 id="marcs-programming-notes">Marc’s Programming Notes</h1>
@@ -35,5 +39,7 @@ data-cites="mvertes">@mvertes</span></a></li>
<li>Mastodon: <a rel="me" href="https://mstdn.fr/@mvertes"><span class="citation"
data-cites="mvertes">@mvertes</span></a></li>
</ul>
-<hr><small>Unless otherwise noted, posts are licensed under
-<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>
+<hr><div class="footer">
+<a href="feed.xml">RSS feed</a>. &emsp; &emsp; Licensed under
+<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
+</div>