File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ source "https://rubygems.org"
77group :jekyll_plugins do
88 gem 'github-pages'
99 gem 'jekyll-sitemap'
10+ gem 'jekyll-seo-tag'
1011end
1112
1213
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ PLATFORMS
320320
321321DEPENDENCIES
322322 github-pages
323+ jekyll-seo-tag
323324 jekyll-sitemap
324325
325326BUNDLED WITH
Original file line number Diff line number Diff line change 11
22url : " https://openrowing.com"
3+ title : Open Rowing Community
4+ tagline : Open software for Rowing
5+ # author: Open Rowing Community
6+ description : We're building open, community-first software for the sport of rowing. 🚣♀️
7+ logo : https://openrowing.com/assets/logo.png
38
49plugins :
5- - jekyll-sitemap
10+ - jekyll-sitemap
11+ - jekyll-seo-tag
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < meta name ="description " content ="We're building open, community-first software for the sport of rowing. 🚣♀️ ">
8- < meta name ="author " content ="Open Rowing Community ">
97 < meta name ="robots " content ="index, follow ">
108 < link rel ="icon " type ="image/png " href ="/favicon.png ">
119
12- < meta property ="og:title " content ="Open Rowing Community ">
13- < meta property ="og:description " content ="We're building open, community-first software for the sport of rowing. 🚣♀️ ">
14- < meta property ="og:image " content ="https://openrowing.com/logo.png ">
15- < meta property ="og:url " content ="https://openrowing.com ">
16- < meta property ="og:type " content ="website ">
17-
18- < title > {{ page.title }}</ title >
1910 < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
integrity ="
sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65 "
crossorigin ="
anonymous "
> 2011 < style >
2112 body {
6556 } ) ( ) ;
6657 </ script >
6758 <!-- End Matomo Code -->
59+ {% seo %}
6860</ head >
6961
7062< body >
You can’t perform that action at this time.
0 commit comments