Consistent formatting across the entire project, every spelling and grammar fix I could find.

This commit is contained in:
Maximilian
2023-01-15 15:51:35 -06:00
parent 2d8642ec41
commit 1bf6005a9c
445 changed files with 3165 additions and 1884 deletions

View File

@@ -2,24 +2,25 @@
{{- 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>
<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 alt="BTC Logo" src="/pix/btc.svg">Bitcoin: <code>{{ $author.btc }}</code></li>
{{- end -}}
{{- if $author.eth }}
<li><img alt="ETH Logo" src="/pix/eth.svg">Ether: <code>{{ $author.eth }}</code></li>
{{- end -}}
{{- if $author.donate }}
<li><a href="{{ $author.donate }}">Donate/Tip</a></li>
{{- end -}}
</ul>
</li>
</ul>
{{- end -}}

View File

@@ -1,7 +1,8 @@
<ul id=artlist>
{{ $number := 0 -}}
{{- range.Site.RegularPages -}}
{{- $number = add $number 1 -}}
<li data-tags="{{.Params.Tags}}" {{ if gt $number .Site.Params.indexarticles }}class="older-article"{{ end }}><a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end -}}
{{ $number := 0 -}}
{{- range.Site.RegularPages -}}
{{- $number = add $number 1 -}}
<li $number .Site.Params.indexarticles data-tags="{{.Params.Tags}}" end gt if {{ {{ }} }}class="older-article"><a
href="{{.Permalink}}">{{.Title}}</a></li>
{{ end -}}
</ul>

View File

@@ -1,16 +1,17 @@
<div class=cryptocontainer>
<div class=cryptoinfo>
<div class=cryptotext>
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code><br>
</div>
<a href=/pix/monero-based-cooking.png><img alt="Monero QR Code" class=qr src=/pix/monero-based-cooking.png></a>
</div>
<div class=cryptoinfo>
<div class=cryptotext>
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin <br>
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code><br>
</div>
<a href=/pix/bitcoin-based-cooking.png><img alt="Bitcoin QR Code" class=qr src=/pix/bitcoin-based-cooking.png></a>
</div>
<div class=cryptoinfo>
<div class=cryptotext>
<img alt="" src=/pix/xmr.svg style="max-height:1em;max-width:1em;display:inline"> Monero <br>
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code><br>
</div>
<a href=/pix/monero-based-cooking.png><img alt="Monero QR Code" class=qr src=/pix/monero-based-cooking.png></a>
</div>
<div class=cryptoinfo>
<div class=cryptotext>
<img alt="" src=/pix/btc.svg style="max-height:1em;max-width:1em;display:inline"> Bitcoin <br>
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code><br>
</div>
<a href=/pix/bitcoin-based-cooking.png><img alt="Bitcoin QR Code" class=qr
src=/pix/bitcoin-based-cooking.png></a>
</div>
</div>