Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
init committed Nov 18, 2024
1 parent abc45b4 commit d4dea90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions _includes/news.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<div class="news">
<h2>news</h2>
{% if site.news != blank -%}
Expand All @@ -13,7 +13,7 @@ <h2>news</h2>
{% endif %}
{% for item in news limit: news_limit %}
<tr>
<th scope="row">{{ item.date | date: "%b %-d, %Y" }}</th>
<th scope="row">{{ item.date | date: "%b %Y" }}</th>
<td>
{% if item.inline -%}
{{ item.content | remove: '<p>' | remove: '</p>' | emojify }}
Expand Down
31 changes: 0 additions & 31 deletions news.html

This file was deleted.

0 comments on commit d4dea90

Please sign in to comment.