Browse Source

reverted all code for author for now

pull/141/head
abhidj0090 4 years ago
parent
commit
6fe94beeb9
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      layouts/_default/single.html

+ 0
- 3
layouts/_default/single.html View File

@@ -8,9 +8,7 @@
<div class="col-lg-8 offset-lg-2 text-center">
<h1>{{ .Title }}</h1>
<ul class="list-inline mb-50">
<!-- {{ $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>
</ul>
<img class="img-fluid mb-50 lozad" data-src="{{ .Params.Image | absURL }}" alt="blog-image">
@@ -20,7 +18,6 @@
{{ .Content }}
</div>
<div class="mt-2">
<!-- {{ $author.short_bio }} -->
</div>
{{ if site.Params.post_share }}
{{ partial "post-share.html" . }}

Loading…
Cancel
Save