fix(posts): remove blank space on posts
Closes WEB-15
This commit is contained in:
parent
2d16b158cb
commit
f10abe9816
@ -18,12 +18,7 @@ const { frontmatter } = useData()
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<h3>
|
<h1>{{ frontmatter.title }}</h1>
|
||||||
{{ frontmatter.title }}
|
<div>{{ frontmatter.description }} • {{ formatDate(frontmatter.date) }}</div>
|
||||||
</h3>
|
|
||||||
|
|
||||||
<span>
|
|
||||||
{{ frontmatter.description }} • {{ formatDate(frontmatter.date) }}
|
|
||||||
</span>
|
|
||||||
<Authors :authors="props.authors" />
|
<Authors :authors="props.authors" />
|
||||||
</template>
|
</template>
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [April]
|
title: Monthly Updates [April]
|
||||||
description: April 2023 updates.
|
description: April 2023 updates.
|
||||||
date: 2023-04-01
|
date: 2023-04-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [August]
|
title: Monthly Updates [August]
|
||||||
description: September 2023 updates.
|
description: September 2023 updates.
|
||||||
date: 2023-08-01
|
date: 2023-08-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,7 +2,11 @@
|
|||||||
title: Monthly Updates [December] 250k members!!
|
title: Monthly Updates [December] 250k members!!
|
||||||
description: Thank you all for 250K members! ♡
|
description: Thank you all for 250K members! ♡
|
||||||
date: 2023-12-01
|
date: 2023-12-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats', 'taskylizard']" />
|
<Post authors="['nbats', 'taskylizard']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Public Discord Server
|
title: Public Discord Server
|
||||||
description: Our new space to chat in.
|
description: Our new space to chat in.
|
||||||
date: 2023-10-24
|
date: 2023-10-24
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
title: Monthly Updates [Feb]
|
title: Monthly Updates [Feb]
|
||||||
description: Febuary 2024 updates.
|
description: Febuary 2024 updates.
|
||||||
date: 2024-02-01
|
date: 2024-02-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
***
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
**Wiki Updates**
|
## Wiki Updates
|
||||||
|
|
||||||
* Our official pastebin, **[snowbin](https://pastes.fmhy.net/)** is now live! Keep in mind pastes only last for 7 days, and as of now you can't make edits, but we may add features like this in the future.
|
* Our official pastebin, **[snowbin](https://pastes.fmhy.net/)** is now live! Keep in mind pastes only last for 7 days, and as of now you can't make edits, but we may add features like this in the future.
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: We Removed FileCR as we Found Malware
|
title: We Removed FileCR as we Found Malware
|
||||||
description: Update on FileCR
|
description: Update on FileCR
|
||||||
date: 2023-08-14
|
date: 2023-08-14
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [July]
|
title: Monthly Updates [July]
|
||||||
description: July 2023 updates.
|
description: July 2023 updates.
|
||||||
date: 2023-07-01
|
date: 2023-07-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [June]
|
title: Monthly Updates [June]
|
||||||
description: June 2023 updates.
|
description: June 2023 updates.
|
||||||
date: 2023-06-01
|
date: 2023-06-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [May]
|
title: Monthly Updates [May]
|
||||||
description: May 2023 updates.
|
description: May 2023 updates.
|
||||||
date: 2023-05-01
|
date: 2023-05-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: New Website
|
title: New Website
|
||||||
description: Our brand new site, (which you're on currently)
|
description: Our brand new site (which you're on currently)
|
||||||
date: 2023-11-12
|
date: 2023-11-12
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['taskylizard']" />
|
<Post authors="['taskylizard']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [November]
|
title: Monthly Updates [November]
|
||||||
description: October 2023 updates.
|
description: October 2023 updates.
|
||||||
date: 2023-11-01
|
date: 2023-11-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats', 'taskylizard']" />
|
<Post authors="['nbats', 'taskylizard']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [October]
|
title: Monthly Updates [October]
|
||||||
description: October 2023 updates.
|
description: October 2023 updates.
|
||||||
date: 2023-10-01
|
date: 2023-10-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: How-to Search FMHY
|
title: How-to Search FMHY
|
||||||
description: Various tools to help you query FMHY.
|
description: Various tools to help you query FMHY.
|
||||||
date: 2023-01-07
|
date: 2023-01-07
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
title: Monthly Updates [September]
|
title: Monthly Updates [September]
|
||||||
description: September 2023 updates.
|
description: September 2023 updates.
|
||||||
date: 2023-09-01
|
date: 2023-09-01
|
||||||
|
next: false
|
||||||
|
aside: left
|
||||||
prev: false
|
prev: false
|
||||||
|
sidebar: false
|
||||||
|
footer: true
|
||||||
---
|
---
|
||||||
<Post authors="['nbats']" />
|
<Post authors="['nbats']" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user