We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60fba5 commit 65cb6aaCopy full SHA for 65cb6aa
templates/successstories/story_detail.html
@@ -31,7 +31,6 @@ <h1>{{ story.name }}</h1>
31
<p class="company-byline">
32
Written by <strong>{{ story.author }}</strong>,
33
<a rel="external" href="{{ story.get_company_url }}">{{ story.get_company_name }}</a>
34
- — <time datetime="{{ story.created|date:'c' }}">{{ story.created|date:'F Y' }}</time>
35
</p>
36
37
{{ story.content.rendered|safe }}
0 commit comments