diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 15:25:56 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 15:25:56 +0100 |
| commit | 2bc2f0b2791645b4c2f4355dcaffa2baef3e1f93 (patch) | |
| tree | d362a2dd1a97dd5c8f98a95189bfd200b11423e3 /templates/base.html | |
| parent | c371d4c1baf017ea7dbaabe67e0aaa30b1572b8b (diff) | |
| download | mitjafelicijan.com-2bc2f0b2791645b4c2f4355dcaffa2baef3e1f93.tar.gz | |
Added jbmafp to the footer
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> |
