diff options
author | luxagraf <sng@luxagraf.net> | 2018-03-16 10:23:31 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-03-16 10:23:31 -0500 |
commit | 5102580c5afe5db30a30b02f8c17afa440d9905b (patch) | |
tree | b79a4d2c1ebf6b3844b4095adcf73bc18c218b98 /design/templates/details/src_entry.html | |
parent | 571d6e4607df946fe0ea590069871cb200a68170 (diff) |
got rid of h-entry in src
Diffstat (limited to 'design/templates/details/src_entry.html')
-rw-r--r-- | design/templates/details/src_entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/src_entry.html b/design/templates/details/src_entry.html index c57cf45..1c38e94 100644 --- a/design/templates/details/src_entry.html +++ b/design/templates/details/src_entry.html @@ -28,7 +28,7 @@ <li><a href="/src/"><code>src</code></a></li> </ul> <main role="main"> - <article class="h-entry hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article"> + <article class="hentry post--article{% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %} post--article--double{%endif%}{%endwith%}" itemscope itemType="http://schema.org/Article"> <header id="header" class="post--header {% with object.get_template_name_display as t %}{%if t == "double" or t == "double-dark" %}post--header--double{%endif%}{%endwith%}"> <h1 class="p-name entry-title post--title" itemprop="headline">{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|safe|smartypants}}{%else%}{{object.title|safe|smartypants|widont}}{%endif%}</h1> {% if object.slug != 'about' %}<time class="dt-published published dt-updated post--date" datetime="{{object.pub_date|date:'c'}}" itemprop="datePublished">{{object.pub_date|date:"F"}} <span>{{object.pub_date|date:"j, Y"}}</span></time>{%endif%} |