From f03e94e5d465630fed610447fc2327fec31c74e1 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Mon, 6 Jul 2020 18:11:04 +0200 Subject: [PATCH] Sections anchors added (#30) - Added anchors to sub-sections, to change coursor to hand - To-Do - open this section(anchor) on link shared(openned) --- layouts/partials/sections.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sections.html b/layouts/partials/sections.html index d847fb5..09c9ab8 100644 --- a/layouts/partials/sections.html +++ b/layouts/partials/sections.html @@ -1,11 +1,11 @@ {{ range . }} {{ if .Sections }} -
  • {{ title .Title }} +
  • {{ title .Title }}
  • {{ else }} -
  • {{ title .Title }}
  • +
  • {{ title .Title }}
  • {{ end }} {{ end }}