Skip to content

Commit e4558ad

Browse files
committed
chore(links): fix broken link
Signed-off-by: Evgeniy Frolov <[email protected]>
1 parent 8a05802 commit e4558ad

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

_data/en/publications.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ i18n:
55
custom_url_btn_title_prefix: "Read on "
66
youtube_btn_title: "Watch on YouTube"
77
cloud_yuga_btn_title: "Run lab on CloudYuga"
8+
custom_url_btn_title: "Read more"
89

910
articles:
1011
#- title: TITLE
@@ -84,7 +85,9 @@ articles:
8485
<br><br>
8586
After finishing this tutorial, you will know about the core ideas of GitOps. You will know how to setup an end-to-end GitOps workflow using werf and will be able to deploy applications to different environments (development, production) with a simple commit.</p>
8687
- title: "Werf: Pioneering the Future of CI/CD — A Close Look at the CNCF’s Noteworthy Addition to the DevOps Landscape"
87-
medium_url: "https://itnext.io/werf-pioneering-the-future-of-ci-cd-a-close-look-at-the-cncfs-noteworthy-addition-to-the-b61a7260e0a2"
88+
custom_urls:
89+
- service_name: github.io
90+
url: "https://seifrajhi.github.io/blog/werf-ci-cd-cncf/"
8891
img: "/assets/images/publications/en_110723.jpeg"
8992
created: 2023-07-11
9093
comment: |

_includes/_common/publications.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ <h2 class="publications-page__title">{{ page.title }}</h2>
5353
{%- endif %}
5454
{%- for custom in publication.custom_urls %}
5555
<a href="{{ custom.url }}" class="publications__btn" target="_blank">
56+
{%- if custom.service_name != "github.io" %}
5657
{{ i18n.custom_url_btn_title_prefix }}{{ custom.service_name }}
58+
{%- else %}
59+
{{ i18n.custom_url_btn_title }}
60+
{%- endif %}
5761
</a>
5862
{%- endfor -%}
5963
{%- if publication.youtube_url %}

0 commit comments

Comments
 (0)