diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-12-10 12:44:52 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-05-24 08:49:39 +0200 |
commit | 72d15c8c3a2e65671ce7e02a91e4e66cd74a35b7 (patch) | |
tree | e40cd89e0b9a3ecc8e0a88d751bd0edf40117d88 /templates | |
parent | 4bcc7699fe3b6739e4c56200b77bb6364549644b (diff) |
FIX: link whole note, using new template note-linked
Diffstat (limited to 'templates')
-rw-r--r-- | templates/note-linked.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/note-linked.mdwn b/templates/note-linked.mdwn new file mode 100644 index 00000000..fa96dc01 --- /dev/null +++ b/templates/note-linked.mdwn @@ -0,0 +1,7 @@ +[[!templatebody <<ENDBODY +<a href="<TMPL_VAR link>"> +<div class="notebox"> +<TMPL_VAR text> +</div> +</a> +ENDBODY]] |