From 49d004f2715a4f307af8c8b36c827f8a6e2b01e3 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Tue, 10 Jan 2023 14:23:21 -0500 Subject: [PATCH] Fixes minor spacing and comment nits (#1128) This PR simply fixes a few spacing and comment nits I found. --- _config.yml | 2 +- _includes/components/sidebar.html | 8 ++++---- _includes/icons/code_copy.html | 2 +- _includes/nav.html | 4 ++-- _layouts/minimal.html | 8 ++++---- _sass/typography.scss | 1 - 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 349a403..03a6c56 100644 --- a/_config.yml +++ b/_config.yml @@ -76,7 +76,7 @@ search: # For copy button on code enable_copy_code_button: true -# To disable support for mermaid diagrams (https://mermaid-js.github.io/mermaid/), +# To disable support for mermaid diagrams (https://mermaid.js.org), # comment out the `mermaid` and `version` keys below # By default, consuming the theme as a gem leaves mermaid disabled; it is opt-in mermaid: diff --git a/_includes/components/sidebar.html b/_includes/components/sidebar.html index c9c1bb8..7dd7305 100644 --- a/_includes/components/sidebar.html +++ b/_includes/components/sidebar.html @@ -7,10 +7,10 @@