Skip to content

Commit 729e831

Browse files
publishing to gh-pages
1 parent cbf7821 commit 729e831

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "McClatchy Design"
44
languageCode = "en-us"
55
relativeURLs = true
66
pluralizeListTitles = false
7-
disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "404"]
7+
disableKinds = ["taxonomy", "RSS", "404"]
88

99
# Highlighting
1010
pygmentsCodeFences = true

layouts/single.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{{ define "head" }}
2+
<style>
3+
.story-body {
4+
text-align: center;
5+
padding-top: 60px;
6+
}
7+
</style>
8+
{{ end }}
9+
10+
{{ define "content" }}
11+
<article class="story-body">
12+
{{ .Content }}
13+
</article>
14+
{{ end }}

0 commit comments

Comments
 (0)