Skip to content

Commit 386a4f9

Browse files
committed
Make Hugo compatible with XmlDocMarkdown output.
1 parent edff792 commit 386a4f9

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MetaDataFormat = "yaml"
44
pluralizeListTitles = false
55
pygmentsCodeFences = true
66
pygmentsStyle = "friendly"
7+
disablePathToLower = true
78

89
[blackfriday]
910
plainIDAnchors = true

docs/front-matter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: $title
3+
---

docs/layouts/partials/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<base href="/" />
54
<!-- Global site tag (gtag.js) - Google Analytics -->
65
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142489411-1"></script>
76
<script>

0 commit comments

Comments
 (0)