8000
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 c866840 commit 121caf4Copy full SHA for 121caf4
templates/successstories/story_detail.html
@@ -29,9 +29,9 @@
29
30
<h1>{{ story.name }}</h1>
31
<p class="company-byline">
32
- Written by <strong>{{ story.author }}</strong>
33
- on <time datetime="{{ story.created|date:'c' }}">{{ story.created|date:'F Y' }}</time>,
+ Written by <strong>{{ story.author }}</strong>,
34
<a rel="external" href="{{ story.get_company_url }}">{{ story.get_company_name }}</a>
+ &mdash <time datetime="{{ story.created|date:'c' }}">{{ story.created|date:'F Y' }}</time>
35
</p>
36
37
{{ story.content.rendered|safe }}
0 commit comments