aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-19 16:37:18 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-19 16:37:18 +0100
commitcb6bae0cbe9b061c59733eab6772168683f56231 (patch)
tree36556912ab1e2f8dc8856fcf4be24f03b19d821d /_layouts
parent46b786237d310447d3bc54fc6f2f8ed2eec7bdfb (diff)
downloadmitjafelicijan.com-cb6bae0cbe9b061c59733eab6772168683f56231.tar.gz
Fixed footer text
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
index 679ce8b..c7229ab 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -241,7 +241,7 @@
241 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. 241 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>.
242 </p> 242 </p>
243 <hr> 243 <hr>
244 <p>This page's most recent build occurred on {{ site.time | date: "%A, %-d %B, %Y" }} and is also available as <a href="/feed.xml" target="_blank">RSS feed</a>. </p> 244 <p><small>This page's most recent build occurred on {{ site.time | date: "%A, %-d %B, %Y" }} and is also available as <a href="/feed.xml" target="_blank">RSS feed</a>.</small></p>
245 </footer> 245 </footer>
246 </body> 246 </body>
247</html> 247</html>