wrong link
This commit is contained in:
parent
6bd5d30a6e
commit
d3649ef300
1 changed files with 22 additions and 35 deletions
|
@ -8,29 +8,16 @@
|
||||||
<h2>{{$author.name}}</h2>
|
<h2>{{$author.name}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div style="justify-content: space-between;">
|
<div style="justify-content: space-between;">
|
||||||
<strong>Support</strong>
|
<strong>Support</strong> {{ if $author.donate}}
|
||||||
{{ if $author.donate}}
|
<a href="{{$author.donate}}">Donate</a> {{end}} {{ if $author.bitcoin}}
|
||||||
<a href="{{$author.donate}}">Donate</a>
|
<a href="bitcoin:{{$author.bitcoin}}?label=Gabriel">Bitcoin</a> {{end}} {{ if $author.monero}}
|
||||||
{{end}}
|
<a href="monero:{{$author.monero}}">Monero</a> {{end}}
|
||||||
{{ if $author.bitcoin}}
|
|
||||||
<a href="bitcoin:{{$author.bitcoin}}?label=Gabriel">Bitcoin</a>
|
|
||||||
{{end}}
|
|
||||||
{{ if $author.monero}}
|
|
||||||
<a href="monero:{{$author.monero}}">Monero</a>
|
|
||||||
{{end}}
|
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
{{if .Date }}<strong>Published:</strong> <a href="{{.Permalink}}#metadata">{{.Date | time.Format "Jan 02 2006"}}</a>
|
{{if .Date }}<strong>Published:</strong> <a href="{{.Permalink}}">{{.Date | time.Format "Jan 02 2006"}}</a> {{end}} {{if .Params.updated}}
|
||||||
{{end}}
|
<br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}} {{end}} {{if .GetTerms "tags"}}<br>
|
||||||
{{if .Params.updated}}
|
<strong>Tags:</strong> {{ range (.GetTerms "tags")}}
|
||||||
<br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}}
|
<a href="{{.Permalink}}" class="tag">{{.LinkTitle}}</a> {{end}} {{end}}
|
||||||
{{end}}
|
|
||||||
{{if .GetTerms "tags"}}<br>
|
|
||||||
<strong>Tags:</strong>
|
|
||||||
{{ range (.GetTerms "tags")}}
|
|
||||||
<a href="{{.Permalink}}" class="tag">{{.LinkTitle}}</a>
|
|
||||||
{{end}}
|
|
||||||
{{end}}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
Loading…
Reference in a new issue