♻️ Reduce repetition in main CSS

This commit is contained in:
James Panther
2022-01-17 13:21:21 +11:00
parent 8d91a79e56
commit 30fad56aed
4 changed files with 257 additions and 924 deletions
+3 -3
View File
@@ -81,7 +81,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
### Code block indented with four spaces
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -94,9 +94,9 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
### Code block with Hugo's internal highlight shortcode
{{< highlight html >}}
{{< highlight html "linenos=table,hl_lines=4 7-9" >}}
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">