refactor; linting
This commit is contained in:
parent
e6f516da62
commit
e17e38b3ae
4 changed files with 107 additions and 11 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<h2>{{ .Title }}</h2>
|
||||
</header>
|
||||
<section class="entry-content">
|
||||
<p>{{ .Summary | plainify | htmlUnescape }}...</p>
|
||||
<p>{{ .Summary | plainify | htmlUnescape }}...</p>
|
||||
</section>
|
||||
<footer class="entry-footer">
|
||||
<time>{{ .Date.Format "January 2, 2006" }}</time>
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
</footer>
|
||||
{{- end }}
|
||||
|
||||
{{- partial "footer.html" . }}
|
||||
{{- partial "footer.html" . }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue