archetypes, list.html layouts, google analyticsafter </head>
This commit is contained in:
17
themes/basic/layouts/projects/single.html
Normal file
17
themes/basic/layouts/projects/single.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{{ define "main" }}
|
||||
<div class="project-container">
|
||||
<section class="project-list">
|
||||
<h4>What else</h4>
|
||||
<ul>
|
||||
{{ range (where .Site.RegularPages "Type" "in" "projects").ByDate.Reverse }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="project">
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user