diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:13:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:13:52 +0200 |
| commit | 0f1dc65be85e5f539933e2fdeacab2e31a617ca6 (patch) | |
| tree | d356ac453fc1e62a5f5f2be423ba6b030d22a2d7 /themes/simple/layouts/partials/footer.html | |
| parent | 9f5454bda6299db43a4e9de5b3716471388b81d9 (diff) | |
| download | mitjafelicijan.com-0f1dc65be85e5f539933e2fdeacab2e31a617ca6.tar.gz | |
Added better mobile support
Diffstat (limited to 'themes/simple/layouts/partials/footer.html')
| -rw-r--r-- | themes/simple/layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index 6e7ec9c..3d1e481 100644 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <footer class="container-blog text-gray-400 text-sm mb-12"> | 1 | <footer class="container-blog px-6 md:p-0 text-gray-400 text-sm mb-12"> |
| 2 | This website does not track you. | 2 | This website does not track you. |
| 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 | 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. |
| 4 | Blog feed is available as <a href="/index.xml" target="_blank" class="underline hover:text-gray-800">RSS</a> feed. | 4 | Blog feed is available as <a href="/index.xml" target="_blank" class="underline hover:text-gray-800">RSS</a> feed. |
