content: edukia eguneratzen du
This commit is contained in:
@@ -1,9 +1 @@
|
||||
Welcome to this blog template by [cassidoo](https://cassidoo.co)!
|
||||
|
||||
It's using Astro and TinaCMS. You can [clone it on GitHub](https://github.com/cassidoo/blahg) to use it for yourself, and see how it works! I would _love_ if you told me when you do use it, I love seeing variations on it!
|
||||
|
||||
The tags at the bottom of the page are dynamically generated. The more tags you use, the more tags are added to the list! Posts are simple markdown files.
|
||||
|
||||
You should also check out [my newsletter](https://cassidoo.co/newsletter) or my [GitHub profile](https://github.com/cassidoo). Or don't. Follow your dreams.
|
||||
|
||||
Enjoy!
|
||||
Ongi etorri nire webgunera.
|
||||
|
||||
@@ -24,15 +24,9 @@ const tags = getTags(posts);
|
||||
|
||||
<br />
|
||||
|
||||
<h3>Here's my most recent posts</h3>
|
||||
<h3>Honatx nire azken postak</h3>
|
||||
|
||||
<HomePosts allPosts={posts} />
|
||||
|
||||
<p class="center">
|
||||
You can also <a href="https://blahg.netlify.app/rss.xml">
|
||||
subscribe with RSS!
|
||||
</a>
|
||||
</p>
|
||||
<br />
|
||||
|
||||
<Tags tags={tags} all />
|
||||
|
||||
@@ -27,5 +27,4 @@ export const GET = () =>
|
||||
}</updated>`,
|
||||
};
|
||||
}),
|
||||
stylesheet: "/rss-styles.xsl",
|
||||
});
|
||||
|
||||
@@ -46,7 +46,7 @@ let sortedPosts = tag.sort(
|
||||
<Header />
|
||||
<main>
|
||||
<content>
|
||||
<h3>Posts tagged with "{currentTag}"</h3>
|
||||
<h3>"{currentTag}" etiketa daukaten postak</h3>
|
||||
<ul class="tags-list">
|
||||
{
|
||||
sortedPosts.map(
|
||||
|
||||
Reference in New Issue
Block a user