mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-23 21:32:20 +00:00
grammar
This commit is contained in:
parent
c19b8a0ce1
commit
9d2b33e139
5 changed files with 7 additions and 5 deletions
0
content/api/index.md
Normal file
0
content/api/index.md
Normal file
0
content/guide/index.md
Normal file
0
content/guide/index.md
Normal file
|
@ -25,8 +25,8 @@
|
||||||
<div class="maxw">
|
<div class="maxw">
|
||||||
<header>No Twitch Affiliate?</header>
|
<header>No Twitch Affiliate?</header>
|
||||||
<p>
|
<p>
|
||||||
Our loyalty system lets your regular viewers accrue points and redeem
|
Our loyalty system lets regular viewers accrue points, claim rewards
|
||||||
things or contribute toward community goals.
|
and contribute towards community goals.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -4,8 +4,9 @@
|
||||||
strimertül
|
strimertül
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href='{{ relURL "guide" }}'>Guide</a>
|
<a href='{{ relURL "" }}'>Overview</a>
|
||||||
<a href='{{ relURL "api" }}'>API reference</a>
|
<!-- <a href='{{ relURL "guide" }}'>Guide</a> -->
|
||||||
|
<!-- <a href='{{ relURL "api" }}'>API reference</a> -->
|
||||||
<a href="https://github.com/strimertul/strimertul">GitHub</a>
|
<a href="https://github.com/strimertul/strimertul">GitHub</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
|
{{ with .Date }}
|
||||||
<section class="meta">
|
<section class="meta">
|
||||||
Published on {{.Date | time.Format "2006-01-02" }} {{ if (gt .Lastmod .Date)
|
Published on {{.Date | time.Format "2006-01-02" }} {{ if (gt .Lastmod .Date)
|
||||||
}}| Last modified on {{.Lastmod | time.Format "2006-01-02" }} {{ end }}
|
}}| Last modified on {{.Lastmod | time.Format "2006-01-02" }} {{ end }}
|
||||||
</section>
|
</section>
|
||||||
{{ .Content }} {{ end }}
|
{{ end }} {{ .Content }} {{ end }}
|
||||||
|
|
Loading…
Reference in a new issue