We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7f20b commit 7eab17eCopy full SHA for 7eab17e
_layouts/default.html
@@ -15,7 +15,7 @@
15
<meta property="og:url" content="https://openrowing.com">
16
<meta property="og:type" content="website">
17
18
- <title>Open Rowing Community</title>
+ <title>{{ page.title }}</title>
19
<style>
20
body {
21
font-family: sans-serif;
index.html
@@ -1,8 +1,9 @@
1
---
2
layout: default
3
+title: Open Rowing Community
4
5
<img class="logo" src="logo.svg" />
-<h1>Open Rowing Community</h1>
6
+<h1>{{ page.title }}</h1>
7
<p>
8
<a href="https://pub.dev/publishers/openrowing.com/packages"><img alt="Static Badge" src="https://img.shields.io/badge/pub.dev-openrowing.com-blue"></a><br>
9
We're building open, community-first software for the sport of rowing. 🚣♀️</p>
0 commit comments