aboutsummaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-30 11:25:02 +0100
committersptaule <lecas83@gmail.com>2022-01-30 11:25:02 +0100
commite5beba07d6b9e102cc28c7474b9db0ae11ec3c79 (patch)
tree38dc667fb81be27b3b21e5cfccbf36d5fbc8fefd /templates/page.html
parentf4e048647410e1655c51ef8086c714b5fdfc2cc2 (diff)
downloadgaragehq.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-xtemplates/page.html2
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>