diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 17:29:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-12 17:29:03 +0200 |
| commit | 24bd6e483afbff75428700c2c9d06fb7291bd593 (patch) | |
| tree | 656266d87c487dca979447d1218c12ab1e98262b /templates | |
| parent | 439931af361ea661ce35cdc42c04f9e0700a7676 (diff) | |
| download | mitjafelicijan.com-24bd6e483afbff75428700c2c9d06fb7291bd593.tar.gz | |
Cleanup of DOM in base
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 1957deb..fe338e9 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -145,20 +145,20 @@ | |||
| 145 | 145 | ||
| 146 | <footer> | 146 | <footer> |
| 147 | <hr> | 147 | <hr> |
| 148 | <p><big><strong>Want to comment or have something to add?</strong></big></p> | ||
| 148 | <p> | 149 | <p> |
| 149 | <p><big><strong>Want to comment or have something to add?</strong></big></p> | 150 | You can write me an email |
| 150 | <p>You can write me an email at | 151 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or |
| 151 | <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up | 152 | catch up with me <a href="https://telegram.me/mitjafelicijan" |
| 152 | with me | 153 | target="_blank">on Telegram</a>. |
| 153 | <a href="https://telegram.me/mitjafelicijan" target="_blank">on | ||
| 154 | Telegram</a>.</p> | ||
| 155 | </p> | 154 | </p> |
| 156 | <hr> | 155 | <hr> |
| 157 | <p>This website does not track you. Content is made available under | 156 | <p>This website does not track you. Content is made available under |
| 158 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 157 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 159 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 158 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 160 | otherwise. Blog feed is available as <a href="/index.xml" | 159 | otherwise. Blog feed is available as <a href="/index.xml" |
| 161 | target="_blank">RSS feed</a>.</p> | 160 | target="_blank">RSS feed</a>. |
| 161 | </p> | ||
| 162 | </footer> | 162 | </footer> |
| 163 | 163 | ||
| 164 | <script src="https://cdn.usefathom.com/script.js" data-site="XHQARKXP" defer></script> | 164 | <script src="https://cdn.usefathom.com/script.js" data-site="XHQARKXP" defer></script> |
