Skip to content

Commit

Permalink
Update article_list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-bow authored Sep 24, 2024
1 parent ff81bf1 commit a0c2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/article_list.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- _includes/article_list.html -->
<div class="article-list">
{% for article in site.data.articles_data.articles %}
<div class="article-item">
<a href="{{ article.url }}" target="_blank" rel="noopener noreferrer">
<img src="{{ article.image }}" alt="{{ article.title }}" class="thumbnail">
<h3>{{ article.title }}</h3>
<p class="published-date">公開日: {{ article.published }}</p>
</a>
</div>
{% endfor %}
Expand Down

0 comments on commit a0c2b5e

Please sign in to comment.