Back to top button only in main page #1

Closed
opened 2023-04-11 22:28:42 +02:00 by Aroy · 1 comment
Owner

The Problem

Currently there is only the back to top button in the main landing page of the site.

Reproduce the problem

Go on any other page than the main page.

Possible fix

Add the top_button.html partial to the default list.html and single.html templates.

like this:

{{ partial "top_button.html" . }}
# The Problem Currently there is only the back to top button in the main landing page of the site. # Reproduce the problem Go on any other page than the main page. # Possible fix Add the `top_button.html` partial to the default list.html and single.html templates. like this: ```html {{ partial "top_button.html" . }} ```
Aroy added the
Kind/Bug
Kind/Enhancement
Priority
Low
labels 2023-04-11 22:28:42 +02:00
Aroy added this to the First release (0.1.0) milestone 2024-06-20 23:00:41 +02:00
Aroy added
Priority
High
and removed
Priority
Low
labels 2024-08-27 21:32:06 +02:00
Author
Owner

Fixed in 31d5af9295

Fixed in 31d5af9295
Aroy closed this issue 2024-08-27 22:16:16 +02:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Aroy/Rinkusu#1
No description provided.