diff --git a/_layouts/cr.html b/_layouts/cr.html index 379e013..ecd633c 100644 --- a/_layouts/cr.html +++ b/_layouts/cr.html @@ -2,6 +2,19 @@ layout: default ---
+ +
{% if page.tags contains 'ci' %} diff --git a/assets/main.scss b/assets/main.scss index d3bb979..ab3068c 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -95,3 +95,21 @@ $on-laptop: 800px; width: -webkit-calc(60% - (#{$spacing-unit} / 2)); width: calc(60% - (#{$spacing-unit} / 2)); } + +.page-nav { + font-size: 14px; + display: block; + width: auto; + overflow: hidden; + span { + display: block; + width: 50%; + float: left; + margin: 1em 0; + } + + span:last-child { + text-align: right; + } +} + -- libgit2 0.21.2