Browse Source

updates for post

pull/141/head
abhidj0090 4 years ago
parent
commit
02bf69b31d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html View File

@@ -8,7 +8,7 @@
<div class="col-lg-8 offset-lg-2 text-center">
<h1>{{ .Title }}</h1>
<ul class="list-inline mb-50">
{{ $author := .Params.author }}
<!-- {{ $author := .Params.author }} -->
<!-- <li class="list-inline-item"><a href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}/">{{ .Params.Author }}</a></li> -->
<!-- <li class="list-inline-item">{{ $author.name }}</li> -->
<li class="list-inline-item">{{ dateFormat "Monday, Jan 2, 2006" .Date }}</li>

Loading…
Cancel
Save