File tree 4 files changed +3
-17
lines changed
4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ theme = "dream-plus"
6
6
themesDir = " ../.." # Don't use this, only for exampleSite
7
7
paginate = 4
8
8
9
- # Syntax highlighting
10
- pygmentsCodeFences = true
11
- pygmentsUseClasses = true
12
- pygmentsOptions = " linenos=table"
13
-
14
- disqusShortname = " dream-plus"
15
-
16
9
enableRobotsTXT = true
17
10
18
11
# Enable Hugo Emoji Conversion
Original file line number Diff line number Diff line change @@ -6,17 +6,10 @@ theme = "repo"
6
6
themesDir = " ../.." # Don't use this, only for exampleSite
7
7
paginate = 4
8
8
9
- # Syntax highlighting
10
- pygmentsCodeFences = true
11
- pygmentsUseClasses = true
12
- pygmentsOptions = " linenos=table"
13
-
14
- disqusShortname = " dream-plus"
15
-
16
9
enableRobotsTXT = true
17
10
18
11
# Enable Hugo Emoji Conversion
19
- enableEmoji = true
12
+ enableEmoji = true
20
13
21
14
[params ]
22
15
# Favicon for site
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ disqusShortname = "dream-plus"
16
16
enableRobotsTXT = true
17
17
18
18
# Enable Hugo Emoji Conversion
19
- enableEmoji = true
19
+ enableEmoji = true
20
20
21
21
[params ]
22
22
# Favicon for site
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h1 class="post-title">
57
57
{{ end }}
58
58
59
59
{{/*Licensing*/}}
60
- {{ $license := .Params.license | lower }}
60
+ {{ $license := lower .Params.license }}
61
61
{{ with $license }}
62
62
< section class ="ui secondary attached segment copyright ">
63
63
{{ partial "license.html" (dict "license" $license ) }}
You can’t perform that action at this time.
0 commit comments