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:
authorAlexander 'AlexFinn' Ivanov <alex@alexfinn.eu>2014-06-19 14:02:28 +0400
committerAlexander 'AlexFinn' Ivanov <alex@alexfinn.eu>2014-06-19 14:02:28 +0400
commit571bf45a3b080d16fd73817f14304059251734d3 (patch)
tree88554fce366151160d7d86a46c8572114160f04c /layouts/_default/indexes.html
parent6fa3b459fea6b761c0e3705fadd9cb3030348c34 (diff)
Added theme files
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