Skip to content

Commit

Permalink
Add og url specification for individual posts
Browse files Browse the repository at this point in the history
  • Loading branch information
tgupper committed Apr 2, 2024
1 parent aabb604 commit 9fb8b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="title" property="og:title" content="Tamara Gupper" />
<meta name="image" property="og:image" content="{% if page.title and page.ogimage %}{{ page.ogimage }}{% else %}/assets/img/new-og-image.jpg{% endif %}" />
<meta name="type" property="og:type" content="website" />
<meta name="url" property="og:url" content="https://tamaragupper.de/" />
<meta name="url" property="og:url" content="{% if page.title and page.ogurl %}{{ page.ogurl }}{% else %}https://tamaragupper.de/{% endif %}" />
<meta name="description" property="og:description" content="Welcome to my website!" />
<meta name="author" content="Tamara Gupper">

Expand Down
1 change: 1 addition & 0 deletions _posts/2024-04-02-website-relaunched.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
title: "Website Relaunch!"
ogimage: /assets/img/screenshot-website-relaunch.jpg
ogurl: https://tamaragupper.de/general/2024/04/02/website-relaunched/
categories: [general]
tags: []
---
Expand Down

0 comments on commit 9fb8b48

Please sign in to comment.