Remove Lemmy discussion links in blog posts
This commit is contained in:
parent
257ea1053f
commit
1c19ebd419
4 changed files with 1 additions and 14 deletions
|
@ -17,7 +17,7 @@ interface Data {
|
|||
}
|
||||
|
||||
export default function (
|
||||
{ children, toc, footnotes, lemmy, title }: Data & Lume.Data,
|
||||
{ children, toc, footnotes, title }: Data & Lume.Data,
|
||||
) {
|
||||
return (
|
||||
<>
|
||||
|
@ -48,16 +48,6 @@ export default function (
|
|||
{children}
|
||||
</article>
|
||||
<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 && (
|
||||
<a
|
||||
href={`mailto:foster@hangdaan.email?subject=${
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Favourite Colour Palettes
|
||||
description: My favourite colour palettes ranked in descending order.
|
||||
lemmy: https://lemmy.fosterhangdaan.com/post/2155
|
||||
tags:
|
||||
- themes
|
||||
- design
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Retro Gaming on an Old Laptop
|
||||
description: How to convert an old laptop into a retro gaming station.
|
||||
lemmy: https://lemmy.fosterhangdaan.com/post/2157
|
||||
tags:
|
||||
- linux
|
||||
- gaming
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Make Your Own DDNS
|
||||
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:
|
||||
- linux
|
||||
- guide
|
||||
|
|
Loading…
Reference in a new issue