diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 06:31:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-10 06:31:36 +0200 |
| commit | 89e390b170c76ecfe3387aa8b722b9101059db6c (patch) | |
| tree | b6b4811a5fd1e7c8f43f1a3f9867d91d4b1548cf /templates | |
| parent | 90872f69bd3517be124f02fd2601dffeed95012f (diff) | |
| download | mitjafelicijan.com-89e390b170c76ecfe3387aa8b722b9101059db6c.tar.gz | |
Fixed some of the issues with headings
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index c6a1e1f..9af9e27 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -141,15 +141,15 @@ | |||
| 141 | 141 | ||
| 142 | <footer> | 142 | <footer> |
| 143 | <hr> | 143 | <hr> |
| 144 | <div> | 144 | <p><big><strong>Want to comment or have something to add?</strong></big></p> |
| 145 | <h3>Want to comment or have something to add?</h3> | 145 | <p> |
| 146 | You can write me an email at | 146 | You can write me an email at |
| 147 | <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up | 147 | <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up |
| 148 | with me | 148 | with me |
| 149 | <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. | 149 | <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. |
| 150 | </div> | 150 | </p> |
| 151 | <hr> | 151 | <hr> |
| 152 | <p>This website does not track you. Content is made available under | 152 | <p>This website does not track you. Content is made available under |
| 153 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 153 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 154 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 154 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 155 | otherwise. Blog feed is available as <a href="/index.xml" | 155 | otherwise. Blog feed is available as <a href="/index.xml" |
