open external website links in new tabs
This commit is contained in:
parent
a8ceab833b
commit
151bb5d539
@ -65,7 +65,7 @@
|
||||
<ul>
|
||||
<li><span class="category">Events:</span> {{events}}
|
||||
<span class="category">Café:</span> {{cafe}}</li>
|
||||
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
||||
<li><span class="category">Website:</span> <a href='{{website}}' target="_blank">{{website}}</a></li>
|
||||
</ul>
|
||||
{{#description}}<ul>
|
||||
<li class="description">{{description}}</li>
|
||||
@ -87,7 +87,7 @@
|
||||
<ul>
|
||||
<li><span class="category">Events:</span> {{events}}
|
||||
<span class="category">Café:</span> {{cafe}}</li>
|
||||
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
||||
<li><span class="category">Website:</span> <a href='{{website}}' target="_blank">{{website}}</a></li>
|
||||
</ul>
|
||||
{{#description}}<ul>
|
||||
<li class="description">{{description}}</li>
|
||||
|
Loading…
Reference in New Issue
Block a user