Sha256: 045265e41f132415d8413e0dc5d7aef32f011220531ab5ef56c53ed69585bda6

Contents?: true

Size: 581 Bytes

Versions: 10

Compression:

Stored size: 581 Bytes

Contents

{%- comment -%}

Items de cabecera (excepto el ícono de hamburguesa)

@param :logo_src [String] La imagen del logo
@param :logo_alt [String] El alt del logo
@param :btn_src [String] La imagen del botón
@param :btn_href [String] El link del botón
@param :btn_alt [String] El alt del botón
{%- endcomment -%}

{% include image_with_link.html
	src=include.logo_src
	href="?#"
	alt=include.logo_alt
	width=333
	img_class="w-221px w-md-333px" %}

{% include btn_header.html
	src=include.btn_src
	href=include.btn_href
	alt=include.btn_alt
	width=67
	img_class="w-44px w-md-67px" %}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.9 _includes/header.html
compost-jekyll-theme-0.1.8 _includes/header.html
compost-jekyll-theme-0.1.7 _includes/header.html
compost-jekyll-theme-0.1.6 _includes/header.html
compost-jekyll-theme-0.1.5 _includes/header.html
compost-jekyll-theme-0.1.4 _includes/header.html
compost-jekyll-theme-0.1.3 _includes/header.html
compost-jekyll-theme-0.1.2 _includes/header.html
compost-jekyll-theme-0.1.1 _includes/header.html
compost-jekyll-theme-0.1.0 _includes/header.html