aboutsummaryrefslogtreecommitdiff
path: root/_layouts/base.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/base.html')
-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>