diff --git a/layouts/index.html b/layouts/index.html index bdceb5d..0d5e2ea 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,7 @@
+ {{ partial "sidebar.html" . }}
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }} {{ range $paginator.Pages }} @@ -35,7 +36,6 @@
- {{ partial "sidebar.html" . }}
diff --git a/layouts/post/single.html b/layouts/post/single.html index 994cbd7..9d1981c 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -2,6 +2,7 @@
+ {{ partial "sidebar.html" . }}
@@ -20,7 +21,6 @@ {{ partial "post_footer.html" . }}
- {{ partial "sidebar.html" . }}
diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css index 37d8845..42375a4 100644 --- a/static/css/hugo-octopress.css +++ b/static/css/hugo-octopress.css @@ -761,6 +761,7 @@ body.sidebar-footer .toggle-sidebar { #content>article { padding-top: 0.5em; padding-bottom: 0.5em; + margin-left: 320px; } aside.sidebar { width: 280px; /* increase sidebad, remember to increase the margin-right of #content a few lines up by the same amount */ @@ -2315,7 +2316,7 @@ h6 { /* Force gist linenos to be the same size as code linenos */ .gist .blob-num { - font-size: 0.938em !important; + font-size: 0.938em !important; } .gist .highlight, .gist .blob-code-inner { @@ -2360,7 +2361,7 @@ h6 { .gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr, .gist .pl-sr .pl-cce, .gist .pl-sr .pl-sre, .gist .pl-sr .pl-sra { color: #2aa198 !important; - + } .gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr, @@ -2421,4 +2422,4 @@ figure a { border-bottom: 0; font-size: 90%; margin: 0px; -}*/ \ No newline at end of file +}*/