From 3c7636a0b43cb56db961b0840e45488ee0a344a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 19 Dec 2020 00:12:58 +0100 Subject: [PATCH] fix up og tags / title tag --- sdbs_pile/pile/templates/front_base.html | 2 +- sdbs_pile/pile/templates/front_doc_detail.html | 3 +-- sdbs_pile/pile/templates/front_doc_listing.html | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sdbs_pile/pile/templates/front_base.html b/sdbs_pile/pile/templates/front_base.html index e160577..e86e82f 100644 --- a/sdbs_pile/pile/templates/front_base.html +++ b/sdbs_pile/pile/templates/front_base.html @@ -10,13 +10,13 @@ {% block meta-og %} - The /-\ pile {% endblock %} + diff --git a/sdbs_pile/pile/templates/front_doc_detail.html b/sdbs_pile/pile/templates/front_doc_detail.html index 34f59a9..80c71ba 100644 --- a/sdbs_pile/pile/templates/front_doc_detail.html +++ b/sdbs_pile/pile/templates/front_doc_detail.html @@ -108,8 +108,7 @@ {% endblock %} {% block meta-og %} - The /-\ pile: {{ document.title }} - + diff --git a/sdbs_pile/pile/templates/front_doc_listing.html b/sdbs_pile/pile/templates/front_doc_listing.html index b38d105..9a65011 100644 --- a/sdbs_pile/pile/templates/front_doc_listing.html +++ b/sdbs_pile/pile/templates/front_doc_listing.html @@ -1,7 +1,6 @@ {% extends "front_base.html" %} {% block title %}{% spaceless %} - {% if tag %} : Filed under "{{ tag.name }}" {% elif untagged %} @@ -41,7 +40,7 @@ {% block meta-og %} {% if tag %} - +