diff options
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 7 |
1 files changed, 6 insertions, 1 deletions
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> |
