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