Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single_slide.html « partials « layouts - github.com/balaramadurai/hugo-travelify-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c155ac1881df99e5a5b9111f142bb1983faeb0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<figure>
    <a href="{{ .Permalink }}" title="{{ .Title }}">
	<img src="{{ .Params.banner }}" class="pngfix wp-post-image" alt="{{ .Title }}" title="{{ .Title }}">
    </a>
</figure>
<article class="featured-text">
    <div class="featured-title">
	<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
    </div><!-- .featured-title -->
    <div class="featured-content">{{ printf "%s" .Summary | markdownify }}
    </div><!-- .featured-content -->
</article><!-- .featured-text -->