Merge branch 'master' of github.com:LukeSmithxyz/based.cooking

This commit is contained in:
Luke Smith
2022-09-20 17:14:04 -04:00
40 changed files with 990 additions and 30 deletions

View File

@@ -3,29 +3,5 @@
{{ end }}
{{ define "main" }}
{{ .Content }}
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
{{- if $author -}}
<h2>Contributor(s)</h2>
<ul>
<li>
{{- if $author.website -}}<a href="{{ $author.website }}">{{- end -}}
{{ $author.name }}
{{- if $author.website -}}</a>{{- end -}}
<ul>
{{- if $author.xmr }}
<li><img alt="XMR Logo" src="/pix/xmr.svg">Monero: <code style="overflow-wrap:break-word;font-size:xx-small">{{ $author.xmr }}</code></li>
{{- end -}}
{{- if $author.btc }}
<li><img src="/pix/btc.svg" alt="BTC Logo">Bitcoin: <code>{{ $author.btc }}</code></li>
{{- end -}}
{{- if $author.eth }}
<li><img src="/pix/eth.svg" alt="ETH Logo">Ether: <code>{{ $author.eth }}</code></li>
{{- end -}}
{{- if $author.donate }}
<li><a href="{{ $author.donate }}">Donate/Tip</a></li>
{{- end -}}
</ul>
</li>
</ul>
{{- end -}}
{{ partial "contributor.html" . }}
{{ end }}