Explorar el Código

updates for post

pull/141/head
abhidj0090 hace 4 años
padre
commit
02bf69b31d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar