provide custom projects layout file

This commit is contained in:
Robin Müller 2023-12-09 01:49:50 +01:00
parent ad0b41ff57
commit b81022f7cf
Signed by: muellerr
GPG Key ID: A649FB78196E3849
3 changed files with 15 additions and 7 deletions

View File

@ -1,7 +0,0 @@
+++
title = 'FSFW'
date = 2023-01-01T08:00:00-07:00
draft = false
+++
FSFW Test

View File

@ -0,0 +1,11 @@
+++
title = 'FSFW'
date = 2023-01-01T08:00:00-07:00
draft = false
hidden = true
+++
<div class="container text-center">
<h1>FSFW</h1>
<p>Free Software Free World</p>
</div>

View File

@ -0,0 +1,4 @@
{{ define "main" }}
{{ .Content }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
{{ end }}