-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #688 from softlayer/hugoUpdate
Actually fixing broken links, updating hugo to v0.134.1
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div class="col-md-6"> | ||
<div class="well well-sm footer" style="word-wrap: break-word;"> <!-- Post-specific stats --> | ||
<strong>Feedback? <span class="fas fa-comment"/></strong> | ||
<p> | ||
If this article contains any error, or leaves any of your questions unanswered, please help us out by | ||
opening up a github issue.<br> | ||
<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> | ||
<i class="fab fa-github" alt="github"></i> | ||
<span> - </span> | ||
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}" style="text-align: right;"> Quick Edit</a> | ||
<i class="fab fa-github" alt="github"></i> | ||
|
||
</p> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="well well-sm footer" style="word-wrap: break-word;"> <!-- Post-specific stats --> | ||
<strong>Feedback? <span class="fas fa-comment"/></strong> | ||
<p> | ||
If this article contains any error, or leaves any of your questions unanswered, please help us out by | ||
opening up a github issue.<br> | ||
<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> | ||
<i class="fab fa-github" alt="github"></i> | ||
<span> - </span> | ||
<a class="" href="https://github.com/softlayer/githubio_source/edit/master/content/{{.Section}}/{{.File}}.md" style="text-align: right;"> Quick Edit</a> | ||
<i class="fab fa-github" alt="github"></i> | ||
|
||
</p> | ||
</div> | ||
</div> |