Compare commits

..

No commits in common. "d741a36aa9d0b0eea1c0095ba3d942a0fade54d0" and "2138316523a62ba9d22a9e266d6e228055c7bd3d" have entirely different histories.

4 changed files with 3 additions and 16 deletions

View File

@ -11,9 +11,6 @@ taxonomies = [
[markdown]
highlight_code = false
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[extra]
git = "https://git.0x45.cz/em/receptty.org"

View File

@ -11,8 +11,7 @@ tagy = ["alkohol"]
[extra]
portions = "1 lahev"
time = "30"
source = "Martin Žufánek"
source_url = "https://www.facebook.com/zufanek/posts/pfbid034o7uw1trRsf7GdvDWmG4EswkbG5Vcp5DrbZVvo52qnt6nBmVZky5fv4T7ESQiLPzl"
source = "https://www.facebook.com/zufanek/posts/pfbid034o7uw1trRsf7GdvDWmG4EswkbG5Vcp5DrbZVvo52qnt6nBmVZky5fv4T7ESQiLPzl"
+++
Ingredience ||

View File

@ -11,8 +11,7 @@ tagy = ["alkohol"]
[extra]
portions = "1 lahev"
time = "30"
source = "Cuketka.cz"
source_url = "https://recepty.cuketka.cz/vajecny-liker-konak-eggnog/"
source = "https://recepty.cuketka.cz/vajecny-liker-konak-eggnog/"
+++
Ingredience ||

View File

@ -80,15 +80,7 @@
{% macro recipe_meta() %}
{% if page.extra.portions %}<span class="item" title="Porce"><span class="icon icon-spoon-knife"></span>{{ page.extra.portions }}</span>{% endif %}
{% if page.extra.time %}<span class="item" title="Doba přípravy"><span class="icon icon-clock"></span>{{ page.extra.time }} min</span>{% endif %}
{% if page.extra.source %}
<span class="item" title="Zdroj"><span class="icon icon-book"></span>
{% if page.extra.source_url %}
<a href="{{ page.extra.source_url }}" target="_blank" rel="noreferrer" rel="nofollow" rel="noopener">{{ page.extra.source }}</a>
{% else %}
{{ page.extra.source }}
{% endif %}
</span>
{% endif %}
{% if page.extra.source %}<span class="item" title="Zdroj"><span class="icon icon-book"></span>{{ page.extra.source }}</span>{% endif %}
<a href="{{ config.extra.git }}/_edit/master/content/{{ page.relative_path }}" class="edit" title="Upravit"><span class="icon-pencil"></span></a>
{% endmacro recipe_meta %}