소스 검색

updates for post

pull/141/head
abhidj0090 4 년 전
부모
커밋
02bf69b31d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html 파일 보기

@@ -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…
취소
저장