Skip to content

Commit

Permalink
NEW更新
Browse files Browse the repository at this point in the history
  • Loading branch information
nishio-t committed Oct 16, 2023
1 parent 6e9714e commit ed08333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions _data/news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
#
#
- date: 2023年10月17-20日
headline: CEATEC 2023に出展しています。来場をお待ちしています。展示内容(ポスタ)はこちら
title1: 展示紹介サイト(CEATEC)
headline: CEATEC 2023に出展しています。来場をお待ちしています。
url1: https://www.ceatec.com/ja/exhibition/detail.html?id=238
title2: 展示内容ポスター
title1: 展示紹介サイト(CEATEC)
url2: https://nishio-laboratory.github.io/images/research/poster_CEATEC2023.pdf

title2: 展示内容ポスター

- date: 2023年10月5日
headline: しばらく更新をサボっていました。すみません。
Expand Down
4 changes: 2 additions & 2 deletions _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ <h4>News</h4>
<a href="{{article.url}}" target="_blank" rel="noopener noreferrer">URL</a>

{% elsif article.url1 %}
<a href="{{article.url1}}" target="_blank" rel="noopener noreferrer">{{article.title1}}</a>
<a href="{{article.url1}}" target="_blank" rel="noopener noreferrer">{{article.title1}}</a>.

{% elsif article.url2 %}
<a href="{{article.url2}}" target="_blank" rel="noopener noreferrer">{{article.title2}}</a>
<a href="{{article.url2}}" target="_blank" rel="noopener noreferrer">{{article.title2}}</a>.

{% endif %}
</p>
Expand Down

0 comments on commit ed08333

Please sign in to comment.