Skip to content

Commit 229348a

Browse files
committed
Tweak thumbnail images for each secion
1 parent eef4b00 commit 229348a

17 files changed

+5
-3
lines changed

_includes/articles.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<div class="article-news col-md-4 col-sm-12 col-12 mt-2">
22
<div class="p-3 bg-white">
3-
<a href="{{ site.url }}{{ post.url }}" class="text-decoration-none">
4-
{% if post.thumbnail %}<img src="{{site.url}}/img/post/{{post.thumbnail}}" alt="{{ post.title }} のサムネイル画像" class="article-thumbnail" loading="lazy">{% endif %}
3+
<a href="{{ post.url }}" class="text-decoration-none">
4+
{% if post.thumbnail %}
5+
<img src="/img/post/{{ post.thumbnail }}" alt="{{ post.title }} のサムネイル画像" class="article-thumbnail" loading="lazy">
6+
{% endif %}
57
<div class="mt-2">
68
<p class="article-date mt-2">{{ post.date | date:"%Y.%-m.%d" }}</p>
79
<p class="article-title text-left font-weight-bold">{{ post.title | liquify }}</p>

img/post/events.png

470 KB
Loading

img/post/events.pxm

967 KB
Binary file not shown.
File renamed without changes.

img/post/sessions.png

114 KB
Loading

img/post/sessions.pxm

1020 KB
Binary file not shown.

img/post/sessions_2020.png

356 KB
Loading

img/post/thumbnail_news.png

-46.7 KB
Loading

img/post/thumbnail_news.pxm

314 KB
Binary file not shown.

img/post/thumbnail_news_2020.png

71.3 KB
Loading

img/post/thumbnail_ticket.png

473 KB
Loading

img/post/thumbnail_ticket.pxm

987 KB
Binary file not shown.

img/post/workshops.png

472 KB
Loading

img/post/workshops.pxm

964 KB
Binary file not shown.
File renamed without changes.

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ layout: default
9999
<p class="caption text-center">お知らせ</p>
100100
<div class=" x-scroll row">
101101
{% for post in site.categories.news %}
102-
{% include articles.html %}
102+
{% include articles.html %}
103103
{% endfor %}
104104
</div>
105105
</div>

0 commit comments

Comments
 (0)