This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/_includes/bookmark.hbs

24 lines
627 B
Handlebars

---
layout: base.hbs
---
<nav>
<a href="/">☚ Volver al inicio</a> | En: bookmarks
{{> buscador}}
</nav>
<article itemscope="" itemtype="https://schema.org/Article">
<header>
<time datetime="{{dateToISO page.date}}" itemprop="datePublished">
{{formatDate page.date false}}
</time>
<h1><a href="{{link}}">{{link}}</a></h1>
<h3>{{page.fileSlug}}</h3>
<ul>
{{#each tags}}
<li>{{this}}</li>
{{/each}}
</ul>
</header>
<main itemprop="articleBody" data-pagefind-body>
{{{content}}}
</main>
</article>