More readable way to include HTML in translated strings
This commit is contained in:
parent
bdf5554430
commit
de74808459
7 changed files with 21 additions and 19 deletions
4
templates/snippets/designer.tpl
Normal file
4
templates/snippets/designer.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a rel="author" target="blank"
|
||||
href="https://ographik.fr/">
|
||||
Olivier Haquette
|
||||
</a>
|
4
templates/snippets/dev.tpl
Normal file
4
templates/snippets/dev.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a rel="author" target="blank"
|
||||
href="https://rudloff.pro/">
|
||||
Pierre Rudloff
|
||||
</a>
|
5
templates/snippets/title.tpl
Normal file
5
templates/snippets/title.tpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
<i itemprop="name">
|
||||
<a itemprop="url" id="video_link"
|
||||
href="{$video->webpage_url}">
|
||||
{$video->title}</a>
|
||||
</i>
|
3
templates/snippets/youtubedl.tpl
Normal file
3
templates/snippets/youtubedl.tpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
<a href="https://ytdl-org.github.io/youtube-dl/">
|
||||
youtube-dl
|
||||
</a>
|
Loading…
Add table
Add a link
Reference in a new issue