redstrate.com/themes/red/layouts/_default/guestart.html

15 lines
557 B
HTML
Raw Normal View History

2023-07-02 22:24:51 -04:00
{{ define "main" }}
<h2>{{ .Title }}</h2>
<hr>
{{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }}
{{ if eq $paginator.PageNumber 1}}
<p>This is a collection of guest art made by other artists. The artist is listed in the details page of the artwork!</p>
<p>If you draw one of my characters, it will be featured on this page! If you want me to remove it for any reason (or maybe I forgot to add yours), please <a href="/contact">contact me</a>.</p>
{{ end }}
{{ partial "art-gallery" . }}
{{ end }}