First commit
This commit is contained in:
commit
ed9566d057
76 changed files with 4005 additions and 0 deletions
4
templates/partials/blog.html
Normal file
4
templates/partials/blog.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="list-group-item px-0">
|
||||
<a class="mb-1 paper-title blog-link" href="/blog/html/{{ blog.path }}.html">{{ blog.title }}</a> | <span class="paper-title text-muted">{{ blog.badge }}</span>
|
||||
<p class="card-text mb-auto tldr">{{ blog.tldr }}</p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue