diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-18 19:44:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-18 19:44:29 +0100 |
| commit | 88467a54868b178e60c04e92f934df1f7f2f6ebb (patch) | |
| tree | bbd7c68111485474b33bd10abb36076505d18cad /_layouts | |
| parent | 1faff0930e9f650ae58a022e44441f469857f3ff (diff) | |
| download | mitjafelicijan.com-88467a54868b178e60c04e92f934df1f7f2f6ebb.tar.gz | |
Fixed footer text
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/base.html b/_layouts/base.html index 0dca421..679ce8b 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -241,9 +241,7 @@ | |||
| 241 | catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. | 241 | catch up with me <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. |
| 242 | </p> | 242 | </p> |
| 243 | <hr> | 243 | <hr> |
| 244 | <p>This website does not track you. Content is made available under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless | 244 | <p>This page's most recent build occurred on {{ site.time | date: "%A, %-d %B, %Y" }} and is also available as <a href="/feed.xml" target="_blank">RSS feed</a>. </p> |
| 245 | specified otherwise. Blog is also available as <a href="/feed.xml" target="_blank">RSS feed</a>. | ||
| 246 | </p> | ||
| 247 | </footer> | 245 | </footer> |
| 248 | </body> | 246 | </body> |
| 249 | </html> | 247 | </html> |
