Sha256: 35d9f8333c17249d7cadf3100eb41ebe43b0f7577b1a3a7f33b07e316e078746

Contents?: true

Size: 1.24 KB

Versions: 22

Compression:

Stored size: 1.24 KB

Contents

{%- comment -%}

La ficha de post en el índice de artículos.

@param :href [String] El link
@param :title [String] El título
@param :authors [String] Les autorxs
@param :description [String] La descripción
@param :src [String] La imagen
@param :alt [String] La descripción de la imagen
@param :title_class [String] Las clases del título
@param :author_class [String] Las clases de autorx
@param :description_class [String] Las clases de descripción
{%- endcomment -%}
<div
	class="position-relative px-2">
	<a
		class="stretched-link black hover-black text-decoration-none"
		href="{{ include.href | uri_escape }}"
		{{ include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' }}
		{{ include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' }}>
		<span class="sr-only">{{ include.alt }}</span>
	</a>

	{% include embed_responsive.html src=include.src width=700 x="700" y="350" alt=include.alt embed_class="shadow" %}

	{% include headings/h1.html text=include.title class=include.title_class %}

	<p class="{{ include.author_class }}">
		{{ include.authors | map: "title" | array_to_sentence_string: site.i18n.and }}
	</p>

	<p class="{{ include.description_class }}">{{- include.description -}}</p>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.2.3 _includes/cover_post/generic.html
compost-jekyll-theme-0.2.2 _includes/cover_post/generic.html
compost-jekyll-theme-0.2.1 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.18 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.17 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.16 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.15 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.14 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.13 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.12 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.11 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.10 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.9 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.8 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.7 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.6 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.5 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.4 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.3 _includes/cover_post/generic.html
compost-jekyll-theme-0.1.2 _includes/cover_post/generic.html