add CV and Podcasts pages, update About section with new card layout
This commit is contained in:
14
zola/templates/shortcodes/card.html
Normal file
14
zola/templates/shortcodes/card.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<article
|
||||
class="aero-gradient-glass rounded-lg p-4 flex flex-col border-midnight-light border"
|
||||
>
|
||||
<section
|
||||
class="aero-gradient-dark p-2 rounded-lg border-midnight border prose-sm prose-a:text-blue-500 text-white flex flex-col"
|
||||
>
|
||||
<h6
|
||||
class="aero-gradient text-white p-2 border border-midnight rounded-lg w-full items-center flex justify-center"
|
||||
>
|
||||
{{ title }}
|
||||
</h6>
|
||||
{{ body | markdown | safe }}
|
||||
</section>
|
||||
</article>
|
Reference in New Issue
Block a user