diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
| commit | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (patch) | |
| tree | 74e0b2998455894762b6910ef4008d43f5dc9366 /themes/simple/layouts/partials/footer.html | |
| parent | b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (diff) | |
| download | mitjafelicijan.com-70baaeb4e78d12c329a03e929fd30d41730ed2b1.tar.gz | |
Moved statis assets and converted all CSS to Tailwind
Diffstat (limited to 'themes/simple/layouts/partials/footer.html')
| -rw-r--r-- | themes/simple/layouts/partials/footer.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index 3d1e481..8881f46 100644 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | <footer class="container-blog px-6 md:p-0 text-gray-400 text-sm mb-12"> | 1 | <footer class="container-blog px-6 md:p-0 text-gray-400 text-sm"> |
| 2 | This website does not track you. | 2 | <p class="pb-12"> |
| 3 | Content is made available under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer" class="underline hover:text-gray-800">CC BY 4.0 license</a> unless specified otherwise. | 3 | This website does not track you. |
| 4 | Blog feed is available as <a href="/index.xml" target="_blank" class="underline hover:text-gray-800">RSS</a> feed. | 4 | Content is made available under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer" class="underline hover:text-gray-800">CC BY 4.0 license</a> unless specified otherwise. |
| 5 | Blog feed is available as <a href="/index.xml" target="_blank" class="underline hover:text-gray-800">RSS</a> feed. | ||
| 6 | </p> | ||
| 5 | </footer> | 7 | </footer> |
| 6 | 8 | ||
| 7 | <!-- katex math library --> | 9 | <!-- katex math library --> |
