Fix a small bug in news (#560)

This commit is contained in:
Maruan 2022-02-13 20:07:29 -08:00 committed by GitHub
parent d071346895
commit a50364ce93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<div class="news">
<h2>news</h2>
{% if site.news -%}
{% if site.news != blank -%}
<div class="table-responsive">
<table class="table table-sm table-borderless">
{%- assign news = site.news | reverse -%}