STYLE titles
This commit is contained in:
@ -2,13 +2,14 @@
|
||||
id="tease-{{ post.id }}"
|
||||
style="padding-bottom: 65px !important;">
|
||||
<div class="row align-items-center section-tease">
|
||||
|
||||
<!-- Columna izquierda: título y excerpt -->
|
||||
<div class="col">
|
||||
<h2 class="h2">
|
||||
<p class="fs-5 text-black fw-bolder">
|
||||
<a href="{{ post.link }}"
|
||||
class="text-decoration-none text-dark link-underline-animate">
|
||||
class="text-decoration-none text-dark hover-title-text">
|
||||
{{ post.title }}</a>
|
||||
</h2>
|
||||
</p>
|
||||
<p>{{ post.excerpt({
|
||||
words: 50,
|
||||
read_more: ''
|
||||
|
||||
Reference in New Issue
Block a user