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

github.com/gohugoio/netlify-test-site.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/baseof.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 68839f7..e1a6939 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -13,6 +13,14 @@
<body>
{{ block "main" . }}{{ end }}
+
+ <ul>
+ <li><a href="{{ $f1.RelPermalink }}">JS 1</a></li>
+ <li><a href="{{ $f2.RelPermalink }}">JS 2</a></li>
+ <li><a href="{{ $f3.Permalink }}">JS 3</a></li>
+ <li><a href="{{ $f4.Permalink }}">JS 4</a></li>
+
+ </ul>
</body>
</html> \ No newline at end of file