We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edff792 commit 386a4f9Copy full SHA for 386a4f9
docs/config.toml
@@ -4,6 +4,7 @@ MetaDataFormat = "yaml"
4
pluralizeListTitles = false
5
pygmentsCodeFences = true
6
pygmentsStyle = "friendly"
7
+disablePathToLower = true
8
9
[blackfriday]
10
plainIDAnchors = true
docs/front-matter.yml
@@ -0,0 +1,3 @@
1
+---
2
+title: $title
3
docs/layouts/partials/header.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <base href="/" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142489411-1"></script>
<script>
0 commit comments