aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/daily.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-24 18:34:50 +0100
committerArthurHoaro <arthur@hoa.ro>2018-03-28 19:01:17 +0200
commit7e9bd977eec3c996119626a4bb2828fc08979db8 (patch)
tree46fc68ad927dc2a3d7c6e19b1128567d6fcd8336 /tpl/vintage/daily.html
parenta33c5653655215d3a6496807f15a896d4b85f070 (diff)
downloadShaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.gz
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.tar.zst
Shaarli-7e9bd977eec3c996119626a4bb2828fc08979db8.zip
Webpack / Update front paths in template files
Diffstat (limited to 'tpl/vintage/daily.html')
-rw-r--r--tpl/vintage/daily.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tpl/vintage/daily.html b/tpl/vintage/daily.html
index e86e90b1..42db16a7 100644
--- a/tpl/vintage/daily.html
+++ b/tpl/vintage/daily.html
@@ -24,13 +24,13 @@
24 {/loop} 24 {/loop}
25 25
26 <br> 26 <br>
27 <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a> 27 <a href="?do=dailyrss" title="1 RSS entry per day"><img src="img/feed-icon-14x14.png" alt="rss_feed">Daily RSS Feed</a>
28 </div> 28 </div>
29 29
30 <div class="dailyTitle"> 30 <div class="dailyTitle">
31 <img src="images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> 31 <img src="img/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left">
32 The Daily Shaarli 32 The Daily Shaarli
33 <img src="images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"> 33 <img src="img/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right">
34 </div> 34 </div>
35 35
36 <div class="dailyDate"> 36 <div class="dailyDate">
@@ -50,7 +50,7 @@
50 <div class="dailyEntry"> 50 <div class="dailyEntry">
51 <div class="dailyEntryPermalink"> 51 <div class="dailyEntryPermalink">
52 <a href="?{$value.shorturl}"> 52 <a href="?{$value.shorturl}">
53 <img src="images/squiggle.png" width="25" height="26" title="permalink" alt="permalink"> 53 <img src="img/squiggle.png" width="25" height="26" title="permalink" alt="permalink">
54 </a> 54 </a>
55 </div> 55 </div>
56 {if="!$hide_timestamps || isLoggedIn()"} 56 {if="!$hide_timestamps || isLoggedIn()"}
@@ -94,7 +94,7 @@
94 {$value} 94 {$value}
95 {/loop} 95 {/loop}
96 </div> 96 </div>
97 <div id="closing"><img src="images/squiggle_closing.png" width="66" height="61" alt="-"></div> 97 <div id="closing"><img src="img/squiggle_closing.png" width="66" height="61" alt="-"></div>
98</div> 98</div>
99{include="page.footer"} 99{include="page.footer"}
100</body> 100</body>