diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index 94170b1..76db42b 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -380,8 +380,6 @@ h6:hover .anchor { height: 20px; width: 20px; color: var(--secondary); - margin-left: 0px; - margin-bottom: 24px; } .pag-back:hover { diff --git a/themes/mytheme/layouts/_default/single.html b/themes/mytheme/layouts/_default/single.html index 3f6f320..8904cd1 100644 --- a/themes/mytheme/layouts/_default/single.html +++ b/themes/mytheme/layouts/_default/single.html @@ -3,6 +3,11 @@
+

{{ .Title }}

@@ -37,11 +42,7 @@
  • {{ .LinkTitle }}
  • {{- end }} - +
    {{- if (and (and site.Params.ShowShareButtons (ne .Params.disableShare true)) false) }} {{- partial "share_icons.html" . -}}