We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6848ae commit f8d5ccdCopy full SHA for f8d5ccd
src/main/handlebars/feed.handlebars
@@ -24,7 +24,9 @@
24
<section>
25
<h2>
26
{{#with parent}}
27
- <span class="journey"><a href="{{route this}}">{{title}}</a> » </span>
+ <span class="journey" title="Reise, {{range is.from is.until format="M Y"}}">
28
+ <a href="{{route this}}">{{title}}</a>
29
+ </span>
30
{{/with}}
31
<a href="{{route this}}">{{title}}</a>
32
</h2>
src/main/handlebars/layout.handlebars
@@ -422,6 +422,10 @@
422
h2 {
423
font-size: 1.5rem;
424
font-weight: 700;
425
+
426
+ .journey::after {
427
+ content: '»';
428
+ }
429
}
430
431
h2.scroll {
0 commit comments