Added extra padding using paragraph tags
This commit is contained in:
parent
ccb57703a6
commit
ccfebbb150
@ -34,7 +34,9 @@
|
||||
<label class="overlay" for="toggle-1"></label>
|
||||
{{- if .Site.Menus.main }}
|
||||
<div class="dont-show">
|
||||
Links:
|
||||
<p>
|
||||
Links:
|
||||
</p>
|
||||
</div>
|
||||
<ul class="links">
|
||||
{{- range .Site.Menus.main.ByWeight }}
|
||||
|
@ -15,6 +15,7 @@
|
||||
{{/* 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 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">
|
||||
<details open="open">
|
||||
<summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user