Skip to content

Commit

Permalink
Merge branch 'ntrossat-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanistor committed Jul 29, 2017
2 parents 3665d66 + b64938c commit 4fdadbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ <h1>{{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ en
{{ .Content }}
</div>

<div class="links">
<div class="pagination">
{{ if .PrevInSection }}
&laquo; <a class="basic-alignment left" href="{{ .PrevInSection.Permalink }}">{{ .PrevInSection.Title }}</a>
<a href="{{ .PrevInSection.Permalink }}">&laquo; {{ .PrevInSection.Title }}</a>
{{ end }}
{{ if .NextInSection }}
<a class="basic-alignment left" href="{{ .NextInSection.Permalink }}">{{ .NextInSection.Title }}</a> &raquo;
<a href="{{ .NextInSection.Permalink }}">{{ .NextInSection.Title }} &raquo;</a>
{{ end }}
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

<link rel="canonical" href="{{ .Permalink }}">
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">{{ end }}
<link rel="stylesheet" href="styles/{{ if .Site.Params.cacheBustCSS }}{{ index .Site.Data.styles.hash "main.css" }}{{ else }}main.css{{ end }}" type="text/css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}styles/{{ if .Site.Params.cacheBustCSS }}{{ index .Site.Data.styles.hash "main.css" }}{{ else }}main.css{{ end }}" type="text/css">
{{ if .Site.Params.customCSS }}{{ partial "css.html" . }}{{ end }}
{{ if .Site.Params.highlightJS }}<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/github.min.css">{{ end }}
{{ if .Site.GoogleAnalytics }}{{ template "_internal/google_analytics.html" . }}{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion static/styles/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/styles/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ blockquote {
.highlight {
margin: 10px 0;
}
.links {
.pagination {
margin: 50px 0 0;
:nth-child(2) {
float: right;
Expand Down

0 comments on commit 4fdadbe

Please sign in to comment.