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 (
|
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=${
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue