diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-06 22:12:11 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-06 22:12:11 -0400 |
commit | b21ee9e325cd71e2061222b06b7929068bdb79ae (patch) | |
tree | ca0f5d6ad34eaf4dbf155d8249af0b91c7862591 /app/posts/templates | |
parent | 21b0006e218f27af8eb7cba81a1b854892bfd5a8 (diff) |
added builder for src and guides via posts
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/src_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/posts/templates/posts/src_detail.html b/app/posts/templates/posts/src_detail.html index 7f87f5c..9e146e4 100644 --- a/app/posts/templates/posts/src_detail.html +++ b/app/posts/templates/posts/src_detail.html @@ -43,7 +43,6 @@ <h2 class="post-subtitle">{{object.meta_description|smartypants|safe}}</h2> <div class="post-linewrapper"> {% if object.originally_published_by %}<h4 class="post-source">Originally Published By: <a href="{{object.originally_published_by_url}}" title="View {{object.title}} on {{object.originally_published_by}}">{{object.originally_published_by}}</a></h4>{%endif%} - {% for topic in object.topics.all%}{% if forloop.counter0 == 0 %}<h4 class="post-source">Topics: {%endif%} <a href="/src/topic/{{topic.slug}}">{{topic.name}}</a>{%if forloop.last%}{%else%}, {%endif%}{%endfor%}{% if forloop.counter0 == 0 %}</h4>{%endif%} <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> <span class="hide" itemprop="author" itemscope itemtype="http://schema.org/Person">by <a class="p-author h-card" href="/about"><span itemprop="name">Scott Gilbertson</span></a></span> </div> |