Skip to content

Commit ef81ea4

Browse files
authored
Merge pull request #2 from bramd/set-contact-lang
Mark the paragraph on the Contact page as Latin
2 parents 9eda0cd + 76cb0ba commit ef81ea4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

content/contact.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ menus: "main"
44
---
55

66
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
7+
{lang="la"}
78

89
Nee geintje, hier kun je me vinden:
910

hugo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ theme = 'hugo-theme-zen'
77
[Params]
88
mobilemenu = true
99
menuInHeader = true
10-
sectionPagesMenu = 'main'
10+
sectionPagesMenu = 'main'
11+
12+
[markup]
13+
[markup.goldmark]
14+
[markup.goldmark.parser]
15+
[markup.goldmark.parser.attribute]
16+
block = true
17+
title = true

0 commit comments

Comments
 (0)