archetypes, list.html layouts, google analyticsafter </head>
This commit is contained in:
16
themes/basic/layouts/presentations/list.html
Normal file
16
themes/basic/layouts/presentations/list.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
<section class="present">
|
||||
<p>Gallery</p>
|
||||
{{ range .Pages }}
|
||||
<a href="{{ .RelPermalink }}">
|
||||
<img alt="{{ .Title }}" style="width: 50px; height: 50px;">
|
||||
</a>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
{{ end }}
|
||||
12
themes/basic/layouts/presentations/single.html
Normal file
12
themes/basic/layouts/presentations/single.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<div class="present-container">
|
||||
<section class="present-thumbs">
|
||||
<h4>Thumbs</h4>
|
||||
Minimum vialable product gallery
|
||||
</section>
|
||||
<section class="present">
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</div>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user