Line | |
---|
1 | <a class="bubble" href="{{ .ctx.Permalink }}"> |
---|
2 | <i class="fas fa-fw {{or .ctx.Params.icon "fa-quote-right" }}"></i> |
---|
3 | </a> |
---|
4 | |
---|
5 | <article class="quote"> |
---|
6 | {{ with .ctx.Params.featuredImage }} |
---|
7 | <img src="{{ . }}" class="featured-image" alt=""> |
---|
8 | {{ end }} |
---|
9 | |
---|
10 | <blockquote> |
---|
11 | {{ .ctx.Content }} |
---|
12 | {{ $urlValue := replace .ctx.Params.author " " "-" | lower}} |
---|
13 | <cite> |
---|
14 | <a href="{{ (print "/author/" $urlValue) | relLangURL }}"> |
---|
15 | {{ .ctx.Params.author }} |
---|
16 | </a> |
---|
17 | </cite> |
---|
18 | </blockquote> |
---|
19 | </article> |
---|
Note: See
TracBrowser for help on using the repository browser.