fix: Use dynamic title for social embeds
All checks were successful
Build Docker / BuildImage (push) Successful in 43s

This commit is contained in:
2025-04-21 22:20:43 +10:00
parent 95e161aba9
commit f734e9ade4

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Blog | Nathan.Woodburn/</title>
<title>{{title}} | Nathan.Woodburn/</title>
<meta name="theme-color" content="#000000">
<link rel="canonical" href="https://nathan.woodburn.au/blog/template">
<meta property="og:url" content="https://nathan.woodburn.au/blog/template">
@@ -13,14 +13,14 @@
<meta name="twitter:image" content="https://nathan.woodburn.au/assets/img/profile.jpg">
<meta property="og:type" content="website">
<meta property="og:image" content="https://nathan.woodburn.au/assets/img/profile.jpg">
<meta property="og:title" content="{{title}} | Nathan.Woodburn/">
<meta property="og:description" content="G'day,
Find something interesting to read. Or maybe check one of my tutorials">
<meta property="og:title" content="Blog | Nathan.Woodburn/">
<meta name="description" content="G'day,
Find something interesting to read. Or maybe check one of my tutorials">
<meta name="twitter:title" content="Blog | Nathan.Woodburn/">
<meta name="twitter:description" content="G'day,
Find something interesting to read. Or maybe check one of my tutorials">
<meta name="twitter:title" content="{{title}} | Nathan.Woodburn/">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png">