Compare commits
No commits in common. "78b1accb31ba56c7b08a16fc3265b9cf67d3aba6" and "e349d0417e5ac85852a267a6d8eda06f3d48e355" have entirely different histories.
78b1accb31
...
e349d0417e
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@
|
||||||
(updated on <time class="dt-updated updated" datetime="{{ .Lastmod.Format " 2006-01-02T15:04:05-07:00" }}">
|
(updated on <time class="dt-updated updated" datetime="{{ .Lastmod.Format " 2006-01-02T15:04:05-07:00" }}">
|
||||||
{{ .Date.Format "2006 January 02" }}
|
{{ .Date.Format "2006 January 02" }}
|
||||||
</time>) {{ end -}}
|
</time>) {{ end -}}
|
||||||
{{ with .GetTerms "authors" }}
|
by <span class="h-card vcard p-author">
|
||||||
by
|
<a class="u-url url p-name fn" href="{{ .Site.BaseURL }}" rel="author">
|
||||||
{{ range $k, $v := . }}{{- if $k }}, {{ end }}<span class="h-card vcard p-author"><a class="u-url url p-name fn" href="{{ .Permalink }}" rel="author">{{.Title}}</a></span>{{ end }}{{ end }}
|
<span class="p-given-name given-name">Abdullah</span> <span class="p-family-name family-name">Tarawneh</span></a>
|
||||||
{{ with .GetTerms "categories" }}into {{ range $k, $v := . }}{{- if $k }}, {{ end }}<a href="{{ .Permalink }}" rel="category" class="p-category">{{ .Title }}</a>{{ end }}{{ end }}
|
</span> {{ with .GetTerms "categories" }}into {{ range $k, $v := . }}{{- if $k }}, {{ end }}<a href="{{ .Permalink }}" rel="category" class="p-category">{{ .Title }}</a>{{ end }}{{ end }}
|
||||||
</p>
|
</p>
|
||||||
{{ partial "page/tags-list.html" . }}
|
{{ partial "page/tags-list.html" . }}
|
||||||
</article>
|
</article>
|
Loading…
Reference in a new issue