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

github.com/jaden/twentyfourteen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..10ed20c
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,18 @@
+{{ partial "header.html" . }}
+
+<div id="main-content" class="main-content">
+
+ <div id="primary" class="content-area">
+ <div id="content" class="site-content" role="main">
+
+ {{ partial "content.html" . }}
+
+ {{ template "_internal/disqus.html" . }}
+
+ </div><!-- #content -->
+
+ </div><!-- #primary -->
+ {{ partial "sidebar.html" . }}
+</div><!-- #main-content -->
+
+{{ partial "footer.html" . }} \ No newline at end of file