diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-25 17:34:08 +0200 |
| commit | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (patch) | |
| tree | 3acce03eb969fb81b13ba8ad5cae1d8df04b4632 /themes/simple/layouts/partials/footer.html | |
| parent | b213d6a9c69b2de4486d923d5279f6e41ba0742b (diff) | |
| download | mitjafelicijan.com-49e7e7d555a6cd9810d81561fa3e98e3d64502be.tar.gz | |
Fixed styling
Diffstat (limited to 'themes/simple/layouts/partials/footer.html')
| -rw-r--r-- | themes/simple/layouts/partials/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index a0c745f..8367f21 100644 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html | |||
| @@ -3,10 +3,10 @@ | |||
| 3 | <p class="pb-16"> | 3 | <p class="pb-16"> |
| 4 | This website does not track you. | 4 | This website does not track you. |
| 5 | Content is made available under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" | 5 | Content is made available under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" |
| 6 | rel="noreferrer" class="underline-offset-2 decoration-1 decoration-wavy underline hover:text-gray-800">CC BY 4.0 | 6 | rel="noreferrer" class="underline-offset-2 underline hover:text-gray-800">CC BY 4.0 |
| 7 | license</a> unless specified otherwise. | 7 | license</a> unless specified otherwise. |
| 8 | Blog feed is available as <a href="/index.xml" target="_blank" | 8 | Blog feed is available as <a href="/index.xml" target="_blank" |
| 9 | class="underline-offset-2 decoration-1 decoration-wavy underline hover:text-gray-800">RSS feed</a>. | 9 | class="underline-offset-2 underline hover:text-gray-800">RSS feed</a>. |
| 10 | </p> | 10 | </p> |
| 11 | </footer> | 11 | </footer> |
| 12 | 12 | ||
