From 31e85fcee7069637c7c8b732bf0767d4daa378fc Mon Sep 17 00:00:00 2001 From: nishitatsu-dev Date: Tue, 9 Jul 2024 13:19:24 +0900 Subject: [PATCH] =?UTF-8?q?auto=5Fdiscovery=5Flink=5Ftag=E3=82=92=E3=83=A1?= =?UTF-8?q?=E3=82=BF=E3=83=87=E3=83=BC=E3=82=BF=E3=81=8C=E3=81=BE=E3=81=A8?= =?UTF-8?q?=E3=82=81=E3=81=A6=E6=9B=B8=E3=81=8B=E3=82=8C=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B=E4=BD=8D=E7=BD=AE=E3=81=AB=E7=A7=BB=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/articles/index.html.slim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/articles/index.html.slim b/app/views/articles/index.html.slim index aa912af146c..8dd6ac0f9a7 100644 --- a/app/views/articles/index.html.slim +++ b/app/views/articles/index.html.slim @@ -1,6 +1,7 @@ - title 'ブログ' - set_meta_tags(site: 'FJORD BOOT CAMP(フィヨルドブートキャンプ)', description: 'オンラインプログラミングフィヨルドブートキャンプのブログ記事一覧ページです。') += auto_discovery_link_tag(:atom, 'https://bootcamp.fjord.jp/articles.atom', { title: 'Atom Feed' }) = render '/head/fontawsome' .welcome-page-header @@ -52,5 +53,3 @@ description: 'オンラインプログラミングフィヨルドブートキャ - else = l(article.published_at) = paginate @articles - -= auto_discovery_link_tag(:atom, 'https://bootcamp.fjord.jp/articles.atom', { title: 'Atom Feed' })