Skip to content

Commit

Permalink
[wip] move prev/next to aside for better visibility Ref #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Bud Parr committed May 27, 2017
1 parent 4af2651 commit 4a06fe8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions layouts/news/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ <h2 class="f3 lh-title">
<!--
NOTE: Removed to test builds without it.
partial "components/author-github-data" (dict "context" . "size" "110") -->

<div class="nested-links mt4">
{{- partial "previous-next-links-in-section.html" . -}}
</div>

</aside>

<div class="fn f4 pl5-l pt3 mid-gray w-100 w-two-third-l serif nested-copy-line-height no-underline nested-links nested-img nested-copy-seperator nested-blockquote measure-wide-l"><!-- TODO: Can the content top and the description top line up more precisely, or is just winging it with padding the best we've got? -->
Expand Down Expand Up @@ -70,8 +75,4 @@ <h2 class="f3 lh-title">

</article>

<div class="cf mb6 mb0-ns pa2 pa4-ns bg-light-gray flex-ns justify-center">
{{- partial "previous-next-links" . -}}
</div>

{{ end }}

0 comments on commit 4a06fe8

Please sign in to comment.