Skip to content

Commit 2fcb80b

Browse files
committed
docs: improve website metadata
1 parent dc0ec03 commit 2fcb80b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/src/_includes/base.njk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>{% if title %}{{ title }} | {{ site.title }}{% else %}{{ site.title }} | {{ site.tagline }}{% endif %}</title>
77
<meta name="description" content="{{ description or site.description }}" />
88
<meta name="theme-color" content="#1a1024" />
9+
<meta name="keywords" content="Bocan, Music, MacOS, open-source, Swift, audiofile">
910

1011
<meta property="og:type" content="website" />
1112
<meta property="og:title" content="{{ title or site.title }}" />
@@ -23,6 +24,10 @@
2324
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png" />
2425

2526
<link rel="stylesheet" href="/assets/css/main.css" />
27+
<link rel="me" href="https://infosec.exchange/@bocan">
28+
<link rel="me" href="https://chris.funderburg.me/">
29+
<meta name="author" content="Chris Funderburg">
30+
2631
</head>
2732
<body class="page-{{ pageClass or 'default' }}">
2833
<a class="skip-link" href="#main">Skip to content</a>

0 commit comments

Comments
 (0)