8000 successstories: improve formatting for byline · python/pythondotorg@121caf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 121caf4

Browse files
committed
successstories: improve formatting for byline
1 parent c866840 commit 121caf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/successstories/story_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
<h1>{{ story.name }}</h1>
3131
<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>,
32+
Written by <strong>{{ story.author }}</strong>,
3433
<a rel="external" href="{{ story.get_company_url }}">{{ story.get_company_name }}</a>
34+
&mdash <time datetime="{{ story.created|date:'c' }}">{{ story.created|date:'F Y' }}</time>
3535
</p>
3636

3737
{{ story.content.rendered|safe }}

0 commit comments

Comments
 (0)
0