Initial Commit
This commit is contained in:
13
themes/hugo-coder/layouts/partials/page.html
Normal file
13
themes/hugo-coder/layouts/partials/page.html
Normal file
@ -0,0 +1,13 @@
|
||||
<section class="container page">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="{{ .Permalink | safeURL }}">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
{{ .Content }}
|
||||
</article>
|
||||
</section>
|
Reference in New Issue
Block a user