aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/post
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-09-02 16:16:56 +0200
committerThomas Lange <code@nerdmind.de>2017-09-02 16:16:56 +0200
commita2556505e5f2d528a6c93958a8c7c9beaf4e002a (patch)
tree2d42735d4f057f70d407ec5cfbc96f0999070f4f /template/standard/html/post
parentda10bf19cf78b71b62ecac1c32a83be2478104af (diff)
downloadblog-a2556505e5f2d528a6c93958a8c7c9beaf4e002a.tar.gz
blog-a2556505e5f2d528a6c93958a8c7c9beaf4e002a.tar.xz
blog-a2556505e5f2d528a6c93958a8c7c9beaf4e002a.zip
Some HTML and CSS optimizations has been made to the standard template and the "title" attribute was added to every heading link in the item list.
Diffstat (limited to 'template/standard/html/post')
-rw-r--r--template/standard/html/post/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php
index f606840..7733e61 100644
--- a/template/standard/html/post/item.php
+++ b/template/standard/html/post/item.php
@@ -10,9 +10,9 @@
<li class="item-list-li post">
<header>
<h2>
- <a href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a>
- <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
+ <a title="<?=$Language->text('select_post')?>: »<?=escapeHTML($POST['ATTR']['NAME'])?>«" href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a>
</h2>
+ <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
</header>
<blockquote cite="<?=$POST['URL']?>">
<?=$POST['BODY']['HTML']()?>