mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 18:58:30 +02:00
Add reader mode (#703)
* Add reader mode view * Show link for latest snapshot instead
This commit is contained in:
@@ -55,6 +55,11 @@ urlpatterns = [
|
||||
views.assets.view,
|
||||
name="assets.view",
|
||||
),
|
||||
path(
|
||||
"assets/<int:asset_id>/read",
|
||||
views.assets.read,
|
||||
name="assets.read",
|
||||
),
|
||||
# Partials
|
||||
path(
|
||||
"bookmarks/partials/bookmark-list/active",
|
||||
|
Reference in New Issue
Block a user