diff options
author | sptaule <lecas83@gmail.com> | 2022-01-30 11:25:02 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-30 11:25:02 +0100 |
commit | e5beba07d6b9e102cc28c7474b9db0ae11ec3c79 (patch) | |
tree | 38dc667fb81be27b3b21e5cfccbf36d5fbc8fefd /templates/page.html | |
parent | f4e048647410e1655c51ef8086c714b5fdfc2cc2 (diff) | |
download | garagehq.deuxfleurs.fr-e5beba07d6b9e102cc28c7474b9db0ae11ec3c79.tar.gz garagehq.deuxfleurs.fr-e5beba07d6b9e102cc28c7474b9db0ae11ec3c79.zip |
Fix map size, requirements font, cyberduck logo, footer thanks
Diffstat (limited to 'templates/page.html')
-rwxr-xr-x | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 53767ae..67081b7 100755 --- a/templates/page.html +++ b/templates/page.html @@ -18,7 +18,7 @@ {% if page.description %} <p class="subtitle my-2 text-gray-600 italic text-sm">{{ page.description }}</p> {% endif %} - <a id="back-to-blog-posts" class="absolute top-0 -left-12" href="/blog" title="Back to blog posts"> + <a id="back-to-blog-posts" class="absolute top-0 -left-12" href="/blog/" title="Back to blog posts"> <div class="w-10 overflow-hidden inline-block group"> <div class="h-16 bg-garage-gray group-hover:bg-garage-orange transform -rotate-45 origin-top-right"></div> </div> |