Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-01 07:01:19 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-01 07:01:19 +0300
commitbf92a8ae80f52d19d9d7bcaea310b1a3da17b377 (patch)
treeb98320bb4784bd62c2446c4df07c408de2f39bae /layouts
parentb5567cf415e6fc94f0265a6a7f4d3e404647ba06 (diff)
Modify templates
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html1
-rw-r--r--layouts/index.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1262b31..f895ff3 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,6 @@
{{ define "main" }}
{{ range .Pages }}
<h1>{{ .Title }}</h1>
+ <h2> is param full {{ .Params.full }} </h2>
{{ end }}
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 995b211..e7945dc 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1 +1,3 @@
+{{ define "main" }}
<h1> INDEX PAGE </h1>
+{{ end }}