From 22babf3354cd26025d86b89b72ce8c16ab302edf Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 2 Aug 2024 04:46:45 +0300 Subject: [PATCH] For some reason it prevented rendering the page!? --- content/tricks/index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/tricks/index.md b/content/tricks/index.md index f07523e..b30e208 100644 --- a/content/tricks/index.md +++ b/content/tricks/index.md @@ -8,16 +8,6 @@ Several lesser known Duckquill thingies. If you have some, please consider sharing them here. -## Table of Contents - -- [Styling](#styling) - - [Navbar](#navbar) - - [Headings](#headings) - - [Strikethrough](#strikethrough) - - [Edge Highlights](#edge-highlights) - - [Horizontal Rules](#horizontal-rules) - - [Background Image](#background-image) - ## Styling Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.