Skip to content

Commit

Permalink
Add basic resource page
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Aug 31, 2024
1 parent 6c3a098 commit 23864b0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/layouts/resources/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{{ define "main" -}}
<!--
'resource' is a content page
list of sections template file names: https://gohugo.io/templates/lookup-order/#single-templates
-->

<div class="page">
<h1 class="page-title">{{ .Title }}</h1>

{{ partial "resource.html" . }}

</div>
{{ end }}

0 comments on commit 23864b0

Please sign in to comment.