Remove Lemmy discussion links in blog posts

This commit is contained in:
Foster Hangdaan 2024-10-22 12:46:48 -04:00
parent 257ea1053f
commit 1c19ebd419
Signed by: foster
GPG key ID: E48D7F49A852F112
4 changed files with 1 additions and 14 deletions

View file

@ -17,7 +17,7 @@ interface Data {
} }
export default function ( export default function (
{ children, toc, footnotes, lemmy, title }: Data & Lume.Data, { children, toc, footnotes, title }: Data & Lume.Data,
) { ) {
return ( return (
<> <>
@ -48,16 +48,6 @@ export default function (
{children} {children}
</article> </article>
<div className="button-group section"> <div className="button-group section">
{lemmy && (
<a href={lemmy} className="button">
<img
alt="message icon"
className="icon"
src="https://minio.fosterhangdaan.com/public/images/icons/tabler-icons/3.14.0/outline/message.svg"
/>
Discuss on Lemmy
</a>
)}
{title && ( {title && (
<a <a
href={`mailto:foster@hangdaan.email?subject=${ href={`mailto:foster@hangdaan.email?subject=${

View file

@ -1,7 +1,6 @@
--- ---
title: Favourite Colour Palettes title: Favourite Colour Palettes
description: My favourite colour palettes ranked in descending order. description: My favourite colour palettes ranked in descending order.
lemmy: https://lemmy.fosterhangdaan.com/post/2155
tags: tags:
- themes - themes
- design - design

View file

@ -1,7 +1,6 @@
--- ---
title: Retro Gaming on an Old Laptop title: Retro Gaming on an Old Laptop
description: How to convert an old laptop into a retro gaming station. description: How to convert an old laptop into a retro gaming station.
lemmy: https://lemmy.fosterhangdaan.com/post/2157
tags: tags:
- linux - linux
- gaming - gaming

View file

@ -1,7 +1,6 @@
--- ---
title: Make Your Own DDNS title: Make Your Own DDNS
description: A guide on how to setup a DDNS-like system using Cron and a Deno script. description: A guide on how to setup a DDNS-like system using Cron and a Deno script.
lemmy: https://lemmy.fosterhangdaan.com/post/2159
tags: tags:
- linux - linux
- guide - guide