From 175336842317c7925b7b01d3567b44a8f44fd0f3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 1 Dec 2023 23:20:55 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/post-single.css | 2 -- themes/mytheme/layouts/_default/single.html | 11 ++++++----- 2 files changed, 6 insertions(+), 7 deletions(-) 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" . -}}