aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/404.html7
-rwxr-xr-xtemplates/base.html7
2 files changed, 12 insertions, 2 deletions
diff --git a/templates/404.html b/templates/404.html
index f000fd9..58deeee 100755
--- a/templates/404.html
+++ b/templates/404.html
@@ -96,7 +96,12 @@
96 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. 96 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>.
97 </p> 97 </p>
98 <hr> 98 <hr>
99 <p><small>This page's is also available as <a href="/feed.xml" target="_blank">RSS feed</a>.</small></p> 99 <p>
100 <small>
101 This page's is also available as <a href="/feed.xml" target="_blank">RSS feed</a>.
102 Page was built with <a href="https://github.com/mitjafelicijan/jbmafp" target="_blank">jbmafp</a>.
103 </small>
104 </p>
100 </footer> 105 </footer>
101 </body> 106 </body>
102</html> 107</html>
diff --git a/templates/base.html b/templates/base.html
index b66174a..7b34a8c 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -159,7 +159,12 @@
159 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. 159 catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>.
160 </p> 160 </p>
161 <hr> 161 <hr>
162 <p><small>This page's is also available as <a href="/feed.xml" target="_blank">RSS feed</a>.</small></p> 162 <p>
163 <small>
164 This page's is also available as <a href="/feed.xml" target="_blank">RSS feed</a>.
165 Page was built with <a href="https://github.com/mitjafelicijan/jbmafp" target="_blank">jbmafp</a>.
166 </small>
167 </p>
163 </footer> 168 </footer>
164 </body> 169 </body>
165</html> 170</html>