Skip to content

Commit 2eee8b3

Browse files
committed
fix: successstories formatting
1 parent 121caf4 commit 2eee8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/successstories/story_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>{{ story.name }}</h1>
3131
<p class="company-byline">
3232
Written by <strong>{{ story.author }}</strong>,
3333
<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>
34+
<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)