Quellcode durchsuchen

updates for post

pull/141/head
abhidj0090 vor 4 Jahren
Ursprung
Commit
02bf69b31d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      layouts/_default/single.html

+ 1
- 1
layouts/_default/single.html Datei anzeigen

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

Laden…
Abbrechen
Speichern