View file BlogLive-2col/shortstory.tpl

File size: 1.09Kb
<article class="short">
    <header class="short__header">
        <h2 class="short__title"><a href="{full-link}">{title}</a></h2>
        <div class="short__meta d-flex">
            <div class="short__meta-item">{date=d M Y, H:i}</div>
            <div class="short__meta-item hm2">{link-category}</div>
            <div class="short__meta-item hm2"><span class="fal fa-eye"></span>{views}</div>
            <div class="short__meta-item"><span class="fal fa-comment-alt-dots"></span>{comments-num}</div>
            [rating-type-1]<div class="short__meta-item">{rating}</div>[/rating-type-1]
            [edit]<div class="short__meta-item"><span class="fal fa-cog"></span></div>[/edit]
        </div>
    </header>
    <figure class="short__img img-fit-cover">
        <img src="{image-1}" loading="lazy" alt="{title}">
    </figure>
    <div class="short__desc">
        <p class="short__text">{short-story limit="600"}</p>
        <a class="short__btn btn icon-at-right" href="{full-link}">Читать подробнее<span class="fal fa-long-arrow-right"></span></a>
    </div>
</article>