Added extra padding using paragraph tags

This commit is contained in:
Steven Engler 2024-03-29 17:40:54 -04:00
parent ccb57703a6
commit ccfebbb150
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,9 @@
<label class="overlay" for="toggle-1"></label> <label class="overlay" for="toggle-1"></label>
{{- if .Site.Menus.main }} {{- if .Site.Menus.main }}
<div class="dont-show"> <div class="dont-show">
Links: <p>
Links:
</p>
</div> </div>
<ul class="links"> <ul class="links">
{{- range .Site.Menus.main.ByWeight }} {{- range .Site.Menus.main.ByWeight }}

View File

@ -15,6 +15,7 @@
{{/* If the front matter parameter is true, show the toc */}} {{/* If the front matter parameter is true, show the toc */}}
{{/* Elif the front matter parameter is false, don't show the toc */}} {{/* Elif the front matter parameter is false, don't show the toc */}}
{{/* Elif the front matter parameter is not set, show the toc if the site parameter is set, non-negative, and less than the word count */}} {{/* Elif the front matter parameter is not set, show the toc if the site parameter is set, non-negative, and less than the word count */}}
<p></p>
<div class="table-of-contents"> <div class="table-of-contents">
<details open="open"> <details open="open">
<summary> <summary>