mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 18:26:21 +00:00
Merge branch 'issue-14323' of https://0xacab.org/sutty/sutty into 17.3.alpine.panel.sutty.nl
This commit is contained in:
commit
8973fd1619
2 changed files with 9 additions and 1 deletions
|
@ -274,7 +274,7 @@ class Post
|
||||||
yaml['layout'] = layout.name.to_s
|
yaml['layout'] = layout.name.to_s
|
||||||
yaml['uuid'] = uuid.value
|
yaml['uuid'] = uuid.value
|
||||||
# Y que no se procese liquid
|
# Y que no se procese liquid
|
||||||
yaml['liquid'] = false
|
yaml['render_with_liquid'] = false
|
||||||
yaml['usuaries'] = usuaries.map(&:id).uniq
|
yaml['usuaries'] = usuaries.map(&:id).uniq
|
||||||
yaml['created_at'] = created_at.value
|
yaml['created_at'] = created_at.value
|
||||||
yaml['last_modified_at'] = modified_at
|
yaml['last_modified_at'] = modified_at
|
||||||
|
|
|
@ -75,6 +75,14 @@
|
||||||
credits_en: 'This template was made in collaboration with Librenauta in 15 hours!'
|
credits_en: 'This template was made in collaboration with Librenauta in 15 hours!'
|
||||||
designer_url: 'https://copiona.com/donaunbit/'
|
designer_url: 'https://copiona.com/donaunbit/'
|
||||||
priority: '70'
|
priority: '70'
|
||||||
|
- name_en: 'Magazine'
|
||||||
|
name_es: 'Revista'
|
||||||
|
gem: 'compost-jekyll-theme'
|
||||||
|
url: 'https://two.compost.digital/'
|
||||||
|
description_en: 'A theme to create multimedia publications, based in COMPOST magazine'
|
||||||
|
description_es: 'Plantilla para crear publicaciones multimedia, basada en COMPOST magazine'
|
||||||
|
license: 'https://0xacab.org/sutty/jekyll/compost-jekyll-theme/-/blob/no-masters/LICENSE.txt'
|
||||||
|
priority: '40'
|
||||||
- name_en: 'Resource toolkit'
|
- name_en: 'Resource toolkit'
|
||||||
name_es: 'Recursero'
|
name_es: 'Recursero'
|
||||||
gem: 'recursero-jekyll-theme'
|
gem: 'recursero-jekyll-theme'
|
||||||
|
|
Loading…
Reference in a new issue