Skip to content

Commit

Permalink
auto_discovery_link_tagをメタデータがまとめて書かれている位置に移動
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitatsu-dev committed Jul 9, 2024
1 parent 6815911 commit 31e85fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/articles/index.html.slim
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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' })

0 comments on commit 31e85fc

Please sign in to comment.