Compare commits
2 Commits
9abee96bd2
...
60041d1d37
| Author | SHA1 | Date | |
|---|---|---|---|
| 60041d1d37 | |||
| 2a77e0d308 |
@@ -2,9 +2,9 @@
|
||||
<h2>{{ .Title }}</h2>
|
||||
<div class="post-subscript">
|
||||
<p>
|
||||
{{- range .Params.tags -}}
|
||||
{{- range .Params.tags }}
|
||||
<a class="button" href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}">{{ . }}</a>
|
||||
{{- end -}}
|
||||
{{ end -}}
|
||||
</p>
|
||||
<p>{{ i18n "postedOn" (.Date.Format "January 2, 2006") }}.</p>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<svg class="feather">
|
||||
<use xlink:href="/feather-sprite.svg#{{ . }}"/>
|
||||
</svg>
|
||||
{{- /* This comment is to remove trailing whitespace */ -}}
|
||||
|
||||
|
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 141 B |
Reference in New Issue
Block a user