Explorar o código

Fix a check in home page social media tags

Update #15
Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
5cde1b543e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -6,7 +6,7 @@
 
 {% block meta_tags_in_head %}
 {{ super() }}
-{% if LANDING_PAGE_ABOUT and LANDING_PAGE_ABOUT.details %}
+{% if LANDING_PAGE_ABOUT and LANDING_PAGE_ABOUT.title %}
 <meta property="og:title" content="{{ LANDING_PAGE_ABOUT.title }}"/>
 <meta name="twitter:title" content="{{ LANDING_PAGE_ABOUT.title }}">
 {% else %}