summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh10
-rw-r--r--index.html10
-rw-r--r--yaegi-internals/index.html4
3 files changed, 20 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 67a5686..66ba75e 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,10 @@ header='<meta charset="UTF-8">
background-color: #f5f5f5;
overflow: auto;
}
+ .footer {
+ text-align: center;
+ font-size: 0.8em;
+ }
</style>
'
@@ -49,5 +53,7 @@ genhtml .
# Fix for mastodon.
sed '/mstdn/s/href=/rel="me" href=/' index.html >xx && mv xx index.html
# Put a license in index footer.
-echo '<hr><small>Unless otherwise noted, posts are licensed under
-<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>' >>index.html
+echo '<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>' >>index.html
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>
diff --git a/yaegi-internals/index.html b/yaegi-internals/index.html
index 3312763..a90d308 100644
--- a/yaegi-internals/index.html
+++ b/yaegi-internals/index.html
@@ -18,6 +18,10 @@
background-color: #f5f5f5;
overflow: auto;
}
+ .footer {
+ text-align: center;
+ font-size: 0.8em;
+ }
</style>
<a href="..">Marc's Programming Notes</a><hr>