From 93f90dae68b195a7b4b3e93867c3b540b90919e3 Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Tue, 6 Oct 2020 20:06:12 -0500 Subject: [PATCH] Add keyboard shortcut to jump to an item's feed page --- template/common.go | 8 ++++---- template/html/common/item_meta.html | 2 +- template/html/common/layout.html | 2 +- ui/static/js.go | 4 ++-- ui/static/js/app.js | 13 ++++++++++++- ui/static/js/bootstrap.js | 1 + 6 files changed, 21 insertions(+), 9 deletions(-) diff --git a/template/common.go b/template/common.go index 3526d820..9e1783d0 100644 --- a/template/common.go +++ b/template/common.go @@ -237,7 +237,7 @@ SOFTWARE.