Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update recent-articles.html #45

Merged
merged 1 commit into from Apr 2, 2020
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update recent-articles.html
I have been using your site as the basis of an update to our website, and I finally found why the articles were all in italics including my custom footer. This fixes this issue.
  • Loading branch information
shirkdog committed Apr 2, 2020
commit edc886779d9e3fe1a74b24be00c4786e7a4398f4
@@ -3,7 +3,7 @@
<article>
<div class="blogpost">
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
<p><i>{{ .Date.Format "2006-01-02" }}<i></p>
<p><i>{{ .Date.Format "2006-01-02" }}</i></p>
{{ .Summary }}...
</div>
<br>