summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-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">