summaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authoramzrk22020-04-18 11:03:54 +0800
committeramzrk22020-04-18 11:03:54 +0800
commit81addf1275b95c1bb6a965daf1306c6a1dc82c50 (patch)
tree82ec60aa939ab8e17aa97bec46dd85ad009361c6 /layouts/_default/baseof.html
parent1b83aeece85e6fc2d530aee1d0a63150e207638b (diff)
parent7ca4f16d5789b56495dba7fe5f73bb5306094fd1 (diff)
downloadhugo-theme-fuji-81addf1275b95c1bb6a965daf1306c6a1dc82c50.tar.gz
hugo-theme-fuji-81addf1275b95c1bb6a965daf1306c6a1dc82c50.tar.bz2
hugo-theme-fuji-81addf1275b95c1bb6a965daf1306c6a1dc82c50.zip
Merge branch 'master' into dev
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 13f61d2..a1eb732 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,7 +5,21 @@
<body class="d-flex flex-column h-100">
{{ partial "header.html" . }}
- {{ block "main" . }}{{ end }}
+ <main>
+ <div class="container-lg clearfix">
+ <!-- list -->
+ <div class="col-md-9 col-12 float-left" id="content">
+ {{ block "main" . }}{{ end }}
+ </div>
+ <!-- sidebar -->
+ <div class="col-md-3 col-12 float-left" id="sidebar">
+ {{ partial "sidebar.html" . }}
+ </div>
+ <div id="container-progress">
+ <div id="progress"></div>
+ </div>
+ </div>
+ </main>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}