strong bold medium and heading tag handling
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
{% else %}
|
||||
<h1 class="m-5 text-4xl text-blue-950 font-extrabold md:text-6xl">
|
||||
{% if let Some(t) = tag %}
|
||||
<em>{{t}}</em>
|
||||
#{{t}}
|
||||
{% else %}
|
||||
Blog posts
|
||||
{% endif %}
|
||||
|
@ -1,3 +1,3 @@
|
||||
<div class="rounded-2xl w-[180px] h-[240px] bg-blue-100 border-4 border-blue-500 flex justify-center items-center">
|
||||
<div class="w-[180px] h-[240px] bg-blue-100 flex justify-center items-center">
|
||||
<span class="text-blue-500 text-8xl -translate-y-1.5">{{post.metadata.title|fmt("{:.1}")|lower}}</span>
|
||||
</div>
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% match header_props.back_link %}
|
||||
{% when Some with (link) %}
|
||||
<a
|
||||
class="px-3 py-2 text-lg font-medium drop-shadow-md"
|
||||
class="px-3 py-2 text-lg font-medium"
|
||||
href="{{link.href}}"
|
||||
>
|
||||
{{link.label}}
|
||||
|
Reference in New Issue
Block a user