mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Include direct tiddler link in template for community links
This commit is contained in:
parent
2f458e8573
commit
14f90b9519
@ -12,7 +12,7 @@ Submit new entries to this collection of articles via GitHub, Twitter or by post
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
! <$link><$view field="title"/></$link>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
|
@ -14,7 +14,7 @@ Submit new entries to this collection via GitHub, Twitter or by posting in the [
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
! <$link><$view field="title"/></$link>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
|
@ -12,7 +12,7 @@ The latest news, articles, resources and examples.
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
! <$link><$view field="title"/></$link>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
|
@ -12,7 +12,7 @@ These resources created by the TiddlyWiki [[Community]] help you get the best ou
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
! <$link><$view field="title"/></$link>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user