%PDF- %PDF-
Direktori : /home/maraton/maraton.eco-n-tech.co.uk/wp-content/themes/maraton/templates/ |
Current File : //home/maraton/maraton.eco-n-tech.co.uk/wp-content/themes/maraton/templates/single-biblioteket.twig |
{% extends "base.twig" %} {% block content %} <div class="biblioteket__single-image"> <img src="{{ post.meta('hero_image').url ?? post.thumbnail.src }}" /> </div> <div class="biblioteket__single-content"> <div class="container"> <div class="preview-biblioteket__content-meta"> {% set categories = function('get_the_terms', post.ID, 'biblioteket_cat') %} {% if date_format == 'season' %} <span class="preview-biblioteket__content-meta__date">{{ get_season_name(function('get_the_date', 'n', post)) }}</span> {% else %} <span class="preview-biblioteket__content-meta__date">{{ post.date }}</span> {% endif %} <span class="preview-biblioteket__content-meta__category" href="#">{{ categories[0].name }}</span> </div> {{ post.content }} </div> </div> {% if related %} <div class="biblioteket__single-related"> <div class="container"> <hr/> <h3>{{ __('Relaterat innehÄll med #') ~ categories[0].name }}</h3> <div class="row biblioteket__archive"> {% for post in related %} <div class="col-md-6 biblioteket__archive-post"> {% include 'partial/post-biblioteket.twig' %} </div> {% endfor %} </div> </div> </div> {% endif %} {% endblock %}