mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
8 lines
103 B
HTML
8 lines
103 B
HTML
{%
|
|
if page.type == 'article'
|
|
%}{{ page.title }} cheatsheet {%
|
|
else
|
|
%}{{ page.title }}{%
|
|
endif
|
|
%}
|