post_li_simple.html 296 B

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