Skip to content

Commit 9e4969d

Browse files
Merge pull request #688 from softlayer/hugoUpdate
Actually fixing broken links, updating hugo to v0.134.1
2 parents 6af9168 + c6c81df commit 9e4969d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

bin/hugo

-196 KB
Binary file not shown.

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ canonifyurls = true
55
SectionPagesMenu = "sections"
66
pygmentsUseClasses=true
77
pluralizelisttitles = "false"
8-
paginate = 10
8+
pagination.pagerSize = 10
99
googleAnalytics = "G-9XPZ9ZBSJE"
1010
disablePathToLower = true
1111
pygmentsCodeFences = true

layouts/partials/feedback-menu.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<div class="col-md-6">
2-
<div class="well well-sm footer" style="word-wrap: break-word;"> <!-- Post-specific stats -->
3-
<strong>Feedback? <span class="fas fa-comment"/></strong>
4-
<p>
5-
If this article contains any error, or leaves any of your questions unanswered, please help us out by
6-
opening up a github issue.<br>
7-
<a class="" href="https://github.com/softlayer/githubio_source/issues/new?title=Feedback%20for%20{{.Section}}%20-%20{{.Title}}&body=Feedback+regarding%3A%20{{ .Permalink }}"> Open an issue</a>
8-
<i class="fab fa-github" alt="github"></i>
9-
<span> - </span>
10-
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}" style="text-align: right;"> Quick Edit</a>
11-
<i class="fab fa-github" alt="github"></i>
12-
13-
</p>
14-
</div>
15-
</div>
1+
<div class="col-md-6">
2+
<div class="well well-sm footer" style="word-wrap: break-word;"> <!-- Post-specific stats -->
3+
<strong>Feedback? <span class="fas fa-comment"/></strong>
4+
<p>
5+
If this article contains any error, or leaves any of your questions unanswered, please help us out by
6+
opening up a github issue.<br>
7+
<a class="" href="https://github.com/softlayer/githubio_source/issues/new?title=Feedback%20for%20{{.Section}}%20-%20{{.Title}}&body=Feedback+regarding%3A%20{{ .Permalink }}"> Open an issue</a>
8+
<i class="fab fa-github" alt="github"></i>
9+
<span> - </span>
10+
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}.md" style="text-align: right;"> Quick Edit</a>
11+
<i class="fab fa-github" alt="github"></i>
12+
13+
</p>
14+
</div>
15+
</div>

0 commit comments

Comments
 (0)