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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index dd7fe01..757b685 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -10,12 +10,15 @@
{{- partial "mobile-header.html" . -}}
<!-- mobile header -->
<div id="content">
+ <div id="streamContainer" class="stream-container">
{{- block "main" . }}{{- end }}
+ </div>
</div>
{{- partial "mobile-footer.html" . -}}
<!-- mobile footer -->
</div>
{{ partial "journal.html" .}}
+ <script src="{{"/js/journal.js" | relURL}}"></script>
</body>
</html>