Compare commits
2 commits
895201f3ab
...
3bed8da97c
Author | SHA1 | Date | |
---|---|---|---|
3bed8da97c | |||
283bad593c |
2 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,11 @@ layout: base.hbs
|
||||||
</time>
|
</time>
|
||||||
<h1><a href="{{link}}">{{link}}</a></h1>
|
<h1><a href="{{link}}">{{link}}</a></h1>
|
||||||
<h3>{{page.fileSlug}}</h3>
|
<h3>{{page.fileSlug}}</h3>
|
||||||
|
<ul>
|
||||||
|
{{#each tags}}
|
||||||
|
<li>{{this}}</li>
|
||||||
|
{{/each}}
|
||||||
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
<main itemprop="articleBody" data-pagefind-body>
|
<main itemprop="articleBody" data-pagefind-body>
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
|
|
4
bookmarks/2024-01-04-elizas.md
Normal file
4
bookmarks/2024-01-04-elizas.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
link: https://www.elizas.website/
|
||||||
|
tags: [rust, tokio, sitios personales]
|
||||||
|
---
|
Reference in a new issue