Skip to content

Commit 45be50d

Browse files
authored
fix(blog): Use proper URL lol (#16)
1 parent e384f7e commit 45be50d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

blog/posts/nixos-on-framework-desktop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ updated_at:
55
tags: ["nixos", "nix", "computer", "framework"]
66
cover: "/assets/images/posts/nixos-on-framework-desktop/cover.webp"
77
custom:
8+
slug: nixos-on-framework-desktop
89
summary: |
910
Hi, it's been a while (again). I've been feeling better over the past few weeks. Coincidentally, my Framework Desktop finally arrived. It's a cute lil machine that I really love. Like any other machine I get my hands on (except macbooks lol), I install NixOS in it!
1011

templates/layout/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<meta name="description" content="{{ metadata.custom.summary }}">
1111

1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://metatags.io/">
13+
<meta property="og:url" content="https://sekun.net/blog/{{ metadata.custom.slug }}">
1414
<meta property="og:title" content="{{ metadata.title }}">
1515
<meta property="og:description" content="{{ metadata.custom.summary }}">
1616
<meta property="og:image" content="https://sekun.net{{ metadata.cover }}">
1717

1818
<meta property="twitter:card" content="summary_large_image">
19-
<meta property="twitter:url" content="https://metatags.io/">
19+
<meta property="og:url" content="https://sekun.net/blog/{{ metadata.custom.slug }}">
2020
<meta property="twitter:title" content="{{ metadata.title }}">
2121
<meta property="twitter:description" content="{{ metadata.custom.summary }}">
2222
<meta property="twitter:image" content="https://sekun.net{{ metadata.cover }}">

0 commit comments

Comments
 (0)