Skip to content

Commit

Permalink
Merge pull request #100 from Huxpro/patch-1
Browse files Browse the repository at this point in the history
fix: suppress liquid warning
  • Loading branch information
kitian616 authored Sep 25, 2018
2 parents 0a1af1c + 03c33f9 commit 5c33949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/article-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{%- elsif include.type == 'brief' -%}
{%- assign _tags = '' -%}
{%- for _tag in _article.tags -%}
{%- assign _tag_encode = _tag | strip | url_encode } -%}
{%- assign _tag_encode = _tag | strip | url_encode -%}
{%- if forloop.last -%}
{%- assign _tags = _tags | append: _tag_encode -%}
{%- else -%}
Expand Down Expand Up @@ -137,4 +137,4 @@ <h2 class="card__header"><a href="{{ _article_url }}">{{ _article.title }}</a></
{%- endif -%}
{%- endfor -%}

</div>
</div>

0 comments on commit 5c33949

Please sign in to comment.