diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 731ee87..1653b4d 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -721,6 +721,12 @@ a.footnote-ref { margin-right: .8em; } + object { + width: 18px; + height: 18px; + vertical-align: middle; + } + .tag { margin-right: .5em; @@ -975,9 +981,4 @@ a.footnote-ref { 100% { background-position: 80% 50%; } -} - -.post-info object { - width: 24px; - height: 24px; } \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ae2c4b7..c626e17 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -27,5 +27,6 @@ {{- range .Site.Menus.main }}
  • {{ .Name }}
  • {{- end }} +
  • Tags
  • diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 9abe793..700ffe2 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -10,3 +10,4 @@ {{ .Name }} {{- end }} {{- end }} + Tags diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 68ed38e..3d53bd5 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -31,20 +31,20 @@
    @@ -58,7 +58,7 @@ {{- with .NextInSection }}