Skip to content

Commit

Permalink
Use 2-col backlinks panel even in note.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 25, 2021
1 parent 746c9ae commit d326abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions default/templates/layouts/note.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
<main class="px-4 py-4">
<apply template="components/note-title" />
<apply template="components/note-body" />
<apply template="components/timeline" />
<apply template="components/backlinks" />
<div class="flex flex-col lg:flex-row lg:space-x-2">
<apply template="components/timeline" />
<apply template="components/backlinks" />
</div>
<apply template="components/metadata" />
<apply template="/templates/hooks/note-end" />
</main>
Expand Down
2 changes: 1 addition & 1 deletion emanote.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: emanote
version: 0.3.0.0
version: 0.3.1.0
license: AGPL-3.0-only
copyright: 2021 Sridhar Ratnakumar
maintainer: srid@srid.ca
Expand Down

0 comments on commit d326abe

Please sign in to comment.