Styles footer & titles

This commit is contained in:
2025-10-15 15:34:24 +00:00
parent b038f66178
commit 2f6b47a576
6 changed files with 130 additions and 101 deletions

View File

@ -1,15 +1,12 @@
{% extends 'layouts/base.twig' %}
{% block content %}
<h1 class="mb-5 position-relative fs-3 fw-bold sp-module-title">{{ post.title }}</h1>
<h1 class="my-5 position-relative fs-3 fw-bold sp-module-title">{{ __('Opinión', 'Sindikatua') }}</h1>
<section class="posts-noticias">
{% if posts_opinion %}
{% for noticias in posts_opinion %}
{% set imagen = noticias.thumbnail.src | default('/wp-content/uploads/2025/10/Imagen_por_defecto_300.jpg') %}
{% set alt = noticias.thumbnail.alt | default('Imagen por defecto') %}