Re-Add newtab page finally

pull/1/head
Drake 2 years ago
parent 08f9043ab0
commit e5aa20d6ac

@ -5,7 +5,6 @@ const posts = allPosts.sort((a, b) => new Date(b.date) - new Date(a.date));
<div>
{posts.map((post) => {
console.log(post)
if (post.title !== "template") { return (
<a href={post.url} style="text-decoration: none;">
<p>

@ -0,0 +1,13 @@
---
import Base from '../layout/BaseHeaderless.astro'
---
<Base title="ruthenic.com: Example Page">
<a href = "https://youtube.com">Youtube</a><br>
<a href = "https://twitter.com">Twitter</a><br>
<a href = "https://git.ruthenic.com">git.ruthenic.com</a><br>
<a href = "https://github.com">Github</a><br>
<a href = "https://reddit.com">Reddit</a><br>
<a href = "https://www.ruthenic.com">ruthenic.com</a><br>
<a href = "https://wattpad.com">Wattpad</a><br>
</Base>
Loading…
Cancel
Save