summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-03-16 10:23:31 -0500
committerluxagraf <sng@luxagraf.net>2018-03-16 10:23:31 -0500
commit5102580c5afe5db30a30b02f8c17afa440d9905b (patch)
treeb79a4d2c1ebf6b3844b4095adcf73bc18c218b98
parent571d6e4607df946fe0ea590069871cb200a68170 (diff)
got rid of h-entry in src
-rw-r--r--design/sass/_writing_details.scss5
-rw-r--r--design/templates/details/src_entry.html2
2 files changed, 1 insertions, 6 deletions
diff --git a/design/sass/_writing_details.scss b/design/sass/_writing_details.scss
index 4c8d835..f69092d 100644
--- a/design/sass/_writing_details.scss
+++ b/design/sass/_writing_details.scss
@@ -257,11 +257,6 @@ img.picwide {
max-width: $max_width *.99;
}
}
-.src img.picwide {
- @include breakpoint(epsilon) {
- margin-left: 0;
- }
-}
.picwide figcaption {
margin-bottom: 2em;
border-bottom: 1px solid #eae6e6;
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%}