M content/blog/_index.md => content/blog/_index.md +1 -1
@@ 3,4 3,4 @@ title: Blog
type: coverpage
---
-This is where I do the blogging thing, and some times it is interesting.
+This is where I do the blogging thing, and sometimes it is interesting.
M layouts/partials/summary.html => layouts/partials/summary.html +2 -2
@@ 1,4 1,4 @@
-<li class="content-item box-shadow-container">
+<li class="summary content-item box-shadow-container">
<h2 class="summary-title">
{{ with .Date.Format "2006-01-02" }}
<time class="date" datetime="{{ . }}">{{ . }}</time>
@@ 6,5 6,5 @@
<a class="font-weight-bold consistent-link" href="{{ .Permalink }}">{{ .Title }}</a>
</h2>
{{ partial "all-taxonomies.html" . }}
- <summary class="summary">{{ .Summary }}</summary>
+ {{ .Summary }}
</li>