Show More
@@ -11,6 +11,26 b'' | |||||
11 | {% else %} |
|
11 | {% else %} | |
12 | <title>Neboard</title> |
|
12 | <title>Neboard</title> | |
13 | {% endif %} |
|
13 | {% endif %} | |
|
14 | ||||
|
15 | {% if prev_page %} | |||
|
16 | <link rel="next" href=" | |||
|
17 | {% if tag %} | |||
|
18 | {% url "tag" tag_name=tag page=prev_page %} | |||
|
19 | {% else %} | |||
|
20 | {% url "index" page=prev_page %} | |||
|
21 | {% endif %} | |||
|
22 | " /> | |||
|
23 | {% endif %} | |||
|
24 | {% if next_page %} | |||
|
25 | <link rel="next" href=" | |||
|
26 | {% if tag %} | |||
|
27 | {% url "tag" tag_name=tag page=next_page %} | |||
|
28 | {% else %} | |||
|
29 | {% url "index" page=next_page %} | |||
|
30 | {% endif %} | |||
|
31 | " /> | |||
|
32 | {% endif %} | |||
|
33 | ||||
14 | {% endblock %} |
|
34 | {% endblock %} | |
15 |
|
35 | |||
16 | {% block content %} |
|
36 | {% block content %} |
General Comments 0
You need to be logged in to leave comments.
Login now