Skip to content

Commit 83b342d

Browse files
authored
✨ add webmention configurations info (#90)
* add link to github * update site metadata
1 parent 648e4b7 commit 83b342d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/_data/siteData.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"url": "https://benkutil.com",
33
"title": "Ben Kutil – Product and Growth Leader",
4-
"description": "I help organizations serve people better with technology."
4+
"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+
}
510
}

src/_includes/layouts/base.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<a href="{{ "feeds/posts.xml" | absoluteUrl(siteData.url) }}">posts</a>, or
102102
<a href="{{ "feeds/notes.xml" | absoluteUrl(siteData.url) }}">notes</a>.
103103
</p>
104+
<p><a href="https://github.com/benkutil" rel="me">Ben on Github</a>
104105
</footer>
105106
</body>
106107
</html>

0 commit comments

Comments
 (0)