Skip to content

Commit

Permalink
chore: deduplicate some <figure> syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Mar 8, 2024
1 parent 932400f commit da07e43
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 140 deletions.
7 changes: 7 additions & 0 deletions _includes/figure.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% capture fig_img %}
![{{ include.alt }}]({{ "/assets/images/" | append: include.filename | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
8 changes: 1 addition & 7 deletions _posts/2020-01-20-new-referee-michal-herda.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ lang: pl

Z radością informujemy, że nasz klubowy kolega Michał Herda został certyfikowanym sędzią [Górnośląskiego Związku Madżonga](https://mahjongsilesia.wordpress.com/referee/). Będzie on mógł od teraz sędziować gry rankingowe USMA oraz nie-MERS-owe (USMA) turnieje. Gratulacje!

{% capture fig_img %}
![Michał Herda]({{ "/assets/images/2020-01-20-michal-herda.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Michał Herda" filename="2020-01-20-michal-herda.jpg" %}
8 changes: 1 addition & 7 deletions _posts/2020-02-23-mahjong-retro-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ lang: pl

Czteroosobowa reprezentacja Krakowskiego Klubu Chombo wybrała się na [Retro Mahjong Taikai](https://www.facebook.com/events/481089152552189/) i przywiozła trofea w postaci zupełnie niczego! Turniej był wspaniały, graliśmy na bambusowych kamieniach, a [Mateusz Maćkowski](https://www.facebook.com/m4txpl) dorobił się w warszawskim Auchanie nowej emotikony.

{% capture fig_img %}
![Retro Mahjong Taikai]({{ "/assets/images/2020-02-23-retro-mahjong-taikai.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Retro Mahjong Taikai" filename="2020-02-23-retro-mahjong-taikai.jpg" %}
8 changes: 1 addition & 7 deletions _posts/2021-08-09-kcc-association.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: other
lang: pl
---

{% capture fig_img %}
![Stowarzyszenie Krakowski Klub Chombo]({{ "/assets/images/2021-08-09-stowarzyszenie-kkc.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Stowarzyszenie Krakowski Klub Chombo" filename="2021-08-09-stowarzyszenie-kkc.png" %}

Stało się — z dniem 29 lipca 2021 roku Krakowski Klub Chombo stał się oficjalnie stowarzyszeniem. Jest to zwieńczenie niemal dwuletniego procesu — jednego roku wspólnej gry i planów na przyszłość, oraz kolejnego, który poświęciliśmy na proces formalny i rozwój idei stowarzyszenia. Mamy nadzieję, że oficjalna forma stowarzyszenia pozwoli nam na organizowanie lepszych wydarzeń, a członkom klubu na łatwiejsze reprezentowanie regionu na arenie krajowej i międzynarodowej. Nie spoczywamy na laurach — już planujemy pierwsze duże wydarzenie jako stowarzyszenie, czyli krakowski turniej, który najprawdopodobniej odbędzie się w ostatnim kwartale tego roku!

Expand Down
8 changes: 1 addition & 7 deletions _posts/2021-09-29-krakow-riichi-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: tournaments
lang: pl
---

{% capture fig_img %}
![Kraków Riichi Open]({{ "/assets/images/2021-09-29-krakow-riichi-open.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków Riichi Open" filename="2021-09-29-krakow-riichi-open.png" %}

Zgodnie z zapowiedzią przy okazji ogłoszenia o utworzeniu stowarzyszenia,
Krakowski Klub Chombo ma przyjemność ogłosić pierwszy otwarty krakowski turniej
Expand Down
8 changes: 1 addition & 7 deletions _posts/2022-02-15-instant-ramen-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: tournaments
lang: pl
---

{% capture fig_img %}
![Instant Ramen Taikai]({{ "/assets/images/2022-02-15-instant-ramen-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Instant Ramen Taikai" filename="2022-02-15-instant-ramen-taikai.png" %}

Czas na pierwszy krakowski turniej riichi o smaku kurczaka! Turniej odbędzie się 3 kwietnia 2022 roku
w kawiarni [Boardowa](http://boardowa.pl/) i będzie rozgrywany na zmodyfikowanych
Expand Down
8 changes: 1 addition & 7 deletions _posts/2022-06-28-cracow-saki-cards-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ lang: pl

Zapraszamy Was na pierwszy w Polsce turniej mahjonga z Saki Kartami! Odbędzie się już 14 sierpnia 2022 w kawiarni Boardowa.

{% capture fig_img %}
![Kraków Saki Cards Taikai]({{ "/assets/images/2022-08-14-saki-cards-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków Saki Cards Taikai" filename="2022-08-14-saki-cards-taikai.png" %}

## O turnieju

Expand Down
8 changes: 1 addition & 7 deletions _posts/2022-07-09-krakow-mers-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ lang: pl

Zapraszamy Was na pierwszy turniej MERS w Krakowie!

{% capture fig_img %}
![Kraków MERS Open 2022]({{ "/assets/images/2022-10-08-mers-open.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków MERS Open 2022" filename="2022-10-08-mers-open.png" %}

## O turnieju

Expand Down
8 changes: 1 addition & 7 deletions _posts/2023-05-20-new-referee-mateusz-mackowski.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ W ten weekend (20-21.05.2023) nasza reprezentacja zameldowała się w Kopenhadze

Serdecznie gratulujemy!

{% capture fig_img %}
![Mateusz Maćkowski]({{ "/assets/images/2023-05-20-mateusz-mackowski.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Mateusz Maćkowski" filename="2023-05-20-mateusz-mackowski.jpg" %}
8 changes: 1 addition & 7 deletions _posts/2023-10-06-hatsumi-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ lang: pl

Zapraszamy Was na drugi turniej MERS w Krakowie!

{% capture fig_img %}
![Hatsumi Taikai]({{ "/assets/images/2023-10-06-hatsumi-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Hatsumi Taikai" filename="2023-10-06-hatsumi-taikai.png" %}

## O turnieju

Expand Down
8 changes: 1 addition & 7 deletions _posts/2023-11-15-new-referee-szymon-nowicz.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ Przed turniejem w Poznaniu, w piątek 10.11.2023, odbyło się seminarium EMA, p

Serdecznie gratulujemy!

{% capture fig_img %}
![Szymon Nowicz]({{ "/assets/images/2023-11-15-szymon-nowicz.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Szymon Nowicz" filename="2023-11-15-szymon-nowicz.jpg" %}
8 changes: 1 addition & 7 deletions _posts/en/2020-01-20-new-referee-michal-herda.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ lang: en

We are happy to announce that our colleague Michał Herda has become an [Upper Silesian Mahjong Association](https://mahjongsilesia.wordpress.com/referee/)-certified referee. He is now eligible for refereeing USMA ranked games as well as non-MERS (USMA) tournaments. Congratulations!

{% capture fig_img %}
![Michał Herda]({{ "/assets/images/2020-01-20-michal-herda.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Michał Herda" filename="2020-01-20-michal-herda.jpg" %}
8 changes: 1 addition & 7 deletions _posts/en/2020-02-23-mahjong-retro-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ lang: en

Kraków Chombo Club participated in [Retro Mahjong Taikai](https://www.facebook.com/events/481089152552189/), proudly represented by four of our members - unfortunately, with no prizes this time :( The tournament was a great occasion to meet Mahjong freaks from other parts of Poland as well as try out playing with bamboo tiles. Plus [Mateusz Maćkowski](https://www.facebook.com/m4txpl) has earned himself a new reaction emote during the visit in Varsovian Auchan.

{% capture fig_img %}
![Retro Mahjong Taikai]({{ "/assets/images/2020-02-23-retro-mahjong-taikai.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Retro Mahjong Taikai" filename="2020-02-23-retro-mahjong-taikai.jpg" %}
8 changes: 1 addition & 7 deletions _posts/en/2021-08-09-kcc-association.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: other
lang: en
---

{% capture fig_img %}
![Kraków Chombo Club Association]({{ "/assets/images/2021-08-09-kcc-association.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków Chombo Club Association" filename="2021-08-09-kcc-association.png" %}

We’ve made it — on July 29, 2021 the Krakow Chombo Club has officially become an association. It’s the pinnacle of a nearly two-year process — one year of playing together and planning the future, and another which we devoted to the formal process and developing the idea of the association. We hope that this official form of association will let us organize better events and help our members represent our region much easier, both domestically and internationally. It’s not the end of our work now though! We are planning our first big event already — a tournament in Kraków, which will most likely take place in the last quarter of this year.

Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2021-09-29-krakow-riichi-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: tournaments
lang: en
---

{% capture fig_img %}
![Kraków Riichi Open]({{ "/assets/images/2021-09-29-krakow-riichi-open.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków Riichi Open" filename="2021-09-29-krakow-riichi-open.png" %}

Just as we said back when we finished work on creating our association, Krakow
Chombo Club is proud to announce the first open Riichi Mahjong tournament in
Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2022-02-15-instant-ramen-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ categories: tournaments
lang: en
---

{% capture fig_img %}
![Instant Ramen Taikai]({{ "/assets/images/2022-02-15-instant-ramen-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Instant Ramen Taikai" filename="2022-02-15-instant-ramen-taikai.png" %}

It's time for the first chicken-flavored riichi tournament in Kraków!
The tournament will be held on 3rd April 2022 in [Boardowa Cafe](http://boardowa.pl/)
Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2022-06-28-cracow-saki-cards-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ lang: en

We invite you to the first ever Polish tournament with Saki Cards! It will take place at 14th August 2022 in the Boardowa cafe.

{% capture fig_img %}
![Kraków Saki Cards Taikai]({{ "/assets/images/2022-08-14-saki-cards-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków Saki Cards Taikai" filename="2022-08-14-saki-cards-taikai.png" %}

## About

Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2022-07-09-krakow-mers-open.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ lang: en

We invite you to the first MERS tournament in Kraków!

{% capture fig_img %}
![Kraków MERS Open 2022]({{ "/assets/images/2022-10-08-mers-open.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Kraków MERS Open 2022" filename="2022-10-08-mers-open.png" %}

## About

Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2023-05-20-new-referee-mateusz-mackowski.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ This weekend (20-21 May 2023), our national team went to Copenhagen for the Open

Congratulations!

{% capture fig_img %}
![Mateusz Maćkowski]({{ "/assets/images/2023-05-20-mateusz-mackowski.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Mateusz Maćkowski" filename="2023-05-20-mateusz-mackowski.jpg" %}
8 changes: 1 addition & 7 deletions _posts/en/2023-10-06-hatsumi-taikai.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ lang: en

We invite you to the second MERS tournament in Kraków!

{% capture fig_img %}
![Hatsumi Taikai]({{ "/assets/images/2023-10-06-hatsumi-taikai.png" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Hatsumi Taikai" filename="2023-10-06-hatsumi-taikai.png" %}

## About

Expand Down
8 changes: 1 addition & 7 deletions _posts/en/2023-11-15-new-referee-szymon-nowicz.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ Just before the tournament in Poznań, on Friday 10 Nov 2023, an EMA seminar was

Congratulations!

{% capture fig_img %}
![Szymon Nowicz]({{ "/assets/images/2023-11-15-szymon-nowicz.jpg" | relative_url }})
{% endcapture %}

<figure>
{{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }}
</figure>
{% include figure.html alt="Szymon Nowicz" filename="2023-11-15-szymon-nowicz.jpg" %}

0 comments on commit da07e43

Please sign in to comment.