We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648e4b7 commit 83b342dCopy full SHA for 83b342d
2 files changed
src/_data/siteData.json
@@ -1,5 +1,10 @@
1
{
2
"url": "https://benkutil.com",
3
"title": "Ben Kutil – Product and Growth Leader",
4
- "description": "I help organizations serve people better with technology."
+ "description": "I help organizations serve people better with technology.",
5
+ "domain": "benkutil.com",
6
+ "author": {
7
+ "name": "Ben Kutil",
8
+ "email": "ben.kutil@gmail.com"
9
+ }
10
}
src/_includes/layouts/base.njk
@@ -101,6 +101,7 @@
101
<a href="{{ "feeds/posts.xml" | absoluteUrl(siteData.url) }}">posts</a>, or
102
<a href="{{ "feeds/notes.xml" | absoluteUrl(siteData.url) }}">notes</a>.
103
</p>
104
+ <p><a href="https://github.com/benkutil" rel="me">Ben on Github</a>
105
</footer>
106
</body>
107
</html>
0 commit comments