Files
cheatsheets/_includes/values/title.html
2017-09-08 02:58:49 +08:00

8 lines
103 B
HTML

{%
if page.type == 'article'
%}{{ page.title }} cheatsheet {%
else
%}{{ page.title }}{%
endif
%}