post_li_list.html 294 B

123456
  1. {{ $post := . }}
  2. <div class="pub-list-item" itemscope itemprop="blogPost" itemtype="http://schema.org/BlogPosting">
  3. <i class="far fa-newspaper pub-icon" aria-hidden="true"></i>
  4. <a href="{{ $post.RelPermalink }}" itemprop="url"><span itemprop="headline">{{ $post.Title }}</span></a>
  5. </div>