File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
ring/ring-devel {:mvn/version " 1.9.4" }
4
4
compojure/compojure {:mvn/version " 1.6.2" }
5
5
cryogen-flexmark/cryogen-flexmark {:mvn/version " 0.1.5" }
6
- cryogen-core/cryogen-core {:mvn/version " 0.4.1 " }}
6
+ cryogen-core/cryogen-core {:mvn/version " 0.4.3 " }}
7
7
:aliases {; ; Run with `clojure -M:build`
8
8
:build {:main-opts [" -m" " cryogen.core" ]}
9
9
; ; Start a server serving the blog: `clojure -X:serve`
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ <h2>{{page.title}}</h2>
19
19
{{page.content|safe}}
20
20
21
21
< div id ="prev-next ">
22
- {% if all page.prev page.prev.page-index %}
22
+ {% if page.prev %}
23
23
< a href ="{{page.prev.uri}} "> « {{page.prev.title}}</ a >
24
24
{% endif %}
25
- {% if all page.prev page.prev.page-index page. next %}
25
+ {% if all page.prev page.next %}
26
26
||
27
27
{% endif %}
28
28
{% if page.next %}
You can’t perform that action at this time.
0 commit comments