Files
cheatsheets/_includes/values/description.html
2017-09-22 00:59:30 +08:00

8 lines
162 B
HTML

{%
if page.intro
%}{{ page.intro | markdownify | strip_html }}{%
elsif page.type == 'article'
%}A comprehensive cheatsheet for {{ page.title }}.{%
endif
%}