summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 17:01:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 17:05:03 +0200
commit38e9b225983eaf5e365cacc6fefdde020e26fd0f (patch)
tree6ab5293fb11527762f4775d0661d418376289da9 /templates
parentcd81fd6abf7ceb8410beba7e85b995601db72d51 (diff)
o also opens articles in expanded view
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 14eeb93b5..545c24b87 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -51,12 +51,14 @@
<div class="heading only-in-expanded">
<time class="date" title="{{ item.pubDate*1000|date:'yyyy-MM-dd HH:mm:ss' }}"
datetime="{{ item.pubDate*1000|date:'yyyy-MM-ddTHH:mm:ssZ' }}">{{ Content.getRelativeDate(item.pubDate) }}</time>
- <a class="external"
- target="_blank"
- ng-href="{{ item.url }}"
- title="{{ item.title }}">
- <h1>{{ item.title }}</h1>
- </a>
+ <h1>
+ <a class="external"
+ target="_blank"
+ ng-href="{{ item.url }}"
+ title="{{ item.title }}">
+ {{ item.title }}
+ </a>
+ </h1>
</div>
<div class="subtitle">