Skip to content

Commit 074b686

Browse files
committed
Use config.title for opengraph title
1 parent 572597b commit 074b686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<link rel="pgpkey" href="/pubkey.asc" type="application/pgp-keys"/>
1111

12-
<meta property="og:title" content="Corey – Functional programmer in Portland, OR"/>
12+
<meta property="og:title" content="{{ config.title }}"/>
1313
<meta property="og:description" content="I&#x27;m a software engineer based in Portland, OR. I work with Haskell, TypeScript, and Nix to build human-centered experiences for the web."/>
1414
<meta property="og:type" content="profile"/>
1515
<meta property="og:url" content="https://zx.dev/"/>

0 commit comments

Comments
 (0)