provide custom projects layout file
This commit is contained in:
parent
ad0b41ff57
commit
b81022f7cf
@ -1,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'FSFW'
|
|
||||||
date = 2023-01-01T08:00:00-07:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
FSFW Test
|
|
11
content/projects/fsfw/index.html
Normal file
11
content/projects/fsfw/index.html
Normal 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>
|
4
layouts/projects/single.html
Normal file
4
layouts/projects/single.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{{ define "main" }}
|
||||||
|
{{ .Content }}
|
||||||
|
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||||
|
{{ end }}
|
Loading…
Reference in New Issue
Block a user