Skip to content

Commit 603a9dc

Browse files
alshedivatpecey
authored andcommitted
Fix a small bug in news (alshedivat#560)
1 parent c3328e8 commit 603a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/news.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<div class="news">
33
<h2>news</h2>
4-
{% if site.news -%}
4+
{% if site.news != blank -%}
55
<div class="table-responsive">
66
<table class="table table-sm table-borderless">
77
{%- assign news = site.news | reverse -%}

0 commit comments

Comments
 (0)