display rework
[kengrimes.com/theme.git] / layouts / _default / single.html
index 4b2d4c4..057d98f 100644 (file)
@@ -8,12 +8,12 @@
       </article>
 {{- end }}
     <div align="center">
-      {{- if .Page.PrevInSection }}
-      <a href="{{ .Page.PrevInSection.URL }}">Prev</a>
-      {{- end }}
-      <a href="{{ .Parent.URL }}">&lt;{{ .Parent.Name }}&gt</a>
       {{- if .Page.NextInSection }}
-      <a href="{{ .Page.NextInSection.URL }}">Next</a>
+      <a href="{{ .Page.NextInSection.URL }}">Newer</a>
+      {{- end }}
+      <a href="{{ .Parent.URL }}">&lt;{{ .Parent.Name }}&gt;</a>
+      {{- if .Page.PrevInSection }}
+      <a href="{{ .Page.PrevInSection.URL }}">Older</a>
       {{- end }}
     </div>
 {{- end -}}