summaryrefslogtreecommitdiffstats
path: root/front_end
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-02-24 12:47:48 +0000
committerKornel <kornel@geekhood.net>2020-02-24 13:04:18 +0000
commit7bbb076268969ee9899a267e30885ab6d12f67ac (patch)
tree74501fbcdc7859f72a5016bdba6bd63b25fd802b /front_end
parent12d53c04de94fdb7aad0ad3d614d5e7d3ba34035 (diff)
Next page no-page
Diffstat (limited to 'front_end')
-rw-r--r--front_end/templates/base.rs.html2
-rw-r--r--front_end/templates/cat_page.rs.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/front_end/templates/base.rs.html b/front_end/templates/base.rs.html
index 3e7a179..fb5b23c 100644
--- a/front_end/templates/base.rs.html
+++ b/front_end/templates/base.rs.html
@@ -16,7 +16,7 @@
<style>@props.critical_css()</style>
@if let Some(l) = props.local_css_data() {<style>@l</style>}
- <link rel=stylesheet href="/index.css?re" crossorigin="anonymous">
+ <link rel=stylesheet href="/index.css" crossorigin="anonymous">
@if props.noindex {
<meta name="robots" content="noindex, follow">
diff --git a/front_end/templates/cat_page.rs.html b/front_end/templates/cat_page.rs.html
index 41bc7b4..613e294 100644
--- a/front_end/templates/cat_page.rs.html
+++ b/front_end/templates/cat_page.rs.html
@@ -104,6 +104,7 @@
</li>
}
</ul>
+ <p class=next-page><a href="/next-page">Next page?</a></p>
</div>
</div>
</main>