diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-08 15:59:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-08 15:59:08 +0200 |
| commit | b770912b5e296a2b79166063094ebbb43fb36c4c (patch) | |
| tree | 0215ba96c17c9ff0bdfabb23f38c1a269b68b662 /templates/base.html | |
| parent | 61c2d688c65e375fcaa563d3e27c4f180ce7cc4c (diff) | |
| download | mitjafelicijan.com-b770912b5e296a2b79166063094ebbb43fb36c4c.tar.gz | |
Added openring
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html index c4dfa3b..abee062 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -173,21 +173,23 @@ | |||
| 173 | {{ block "content" . }}{{ end }} | 173 | {{ block "content" . }}{{ end }} |
| 174 | </main> | 174 | </main> |
| 175 | 175 | ||
| 176 | <section> | ||
| 177 | <hr> | ||
| 178 | {{ template "openring.html" }} | ||
| 179 | </section> | ||
| 180 | |||
| 176 | <footer> | 181 | <footer> |
| 177 | <hr> | 182 | <hr> |
| 178 | <p><big><strong>Want to comment or have something to add?</strong></big></p> | 183 | <p><big><strong>Want to comment or have something to add?</strong></big></p> |
| 179 | <p> | 184 | <p> |
| 180 | You can write me an email | 185 | You can write me an email |
| 181 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or | 186 | at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or |
| 182 | catch up with me <a href="https://telegram.me/mitjafelicijan" | 187 | catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. |
| 183 | target="_blank">on Telegram</a>. | ||
| 184 | </p> | 188 | </p> |
| 185 | <hr> | 189 | <hr> |
| 186 | <p>This website does not track you. Content is made available under | 190 | <p>This website does not track you. Content is made available under |
| 187 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 191 | the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 188 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 192 | otherwise. Blog is also available as <a href="/index.xml" target="_blank">RSS feed</a>. |
| 189 | otherwise. Blog is also available as <a href="/index.xml" | ||
| 190 | target="_blank">RSS feed</a>. | ||
| 191 | </p> | 193 | </p> |
| 192 | </footer> | 194 | </footer> |
| 193 | </body> | 195 | </body> |
