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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/indexes.html')
-rw-r--r--layouts/_default/indexes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/_default/indexes.html b/layouts/_default/indexes.html
new file mode 100644
index 0000000..c5af277
--- /dev/null
+++ b/layouts/_default/indexes.html
@@ -0,0 +1,6 @@
+<section id="main">
+ <div>
+ <h1 id="title">{{ .Title }}</h1>
+ <ul></ul>
+ </div>
+</section> \ No newline at end of file