Oops, fix Jekyll syntax error

This commit is contained in:
Rico Sta. Cruz 2017-10-10 23:48:05 +08:00
parent 40bb4bf244
commit bb95d6ddc0
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{%
if page.description and page.intro
%}{{ page.description }} {{ page.intro | markdownify | strip_html }}{%
if page.description
elsif page.description
%}{{ page.description }}{%
elsif page.intro
%}One-page guide to {{ page.title }}: usage, examples, and more. {{ page.intro | markdownify | strip_html }}{%