[LAYOUT] Remove unused code and tag/categories from archives
This commit is contained in:
parent
fe7b2a2648
commit
f9fb6e3ec5
1 changed files with 0 additions and 16 deletions
|
@ -39,22 +39,6 @@
|
|||
<a href="#img{{ $next }}" class="light-btn hidden_link btn-next">>></a>
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="post-meta">
|
||||
<!--div class="date">
|
||||
<span class="posted-on">
|
||||
<img class="page-icon header-icon" src="/svg/calendar.svg"/>
|
||||
<time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
|
||||
Article publié le {{ .Date.Day }} {{ index $.Site.Data.snotra.mois (printf "%d" .Date.Month) }} {{ .Date.Year }}
|
||||
</time>
|
||||
</span>
|
||||
<span class="reading-time">
|
||||
<img class="page-icon header-icon" src="/svg/clock.svg"/>
|
||||
{{ i18n "reading_time" .ReadingTime }}
|
||||
</span>
|
||||
</div-->
|
||||
{{ partial "categories.html" .Page.Params.Categories }}
|
||||
{{ partial "tags.html" .Page.Params.Tags }}
|
||||
</div>
|
||||
</header>
|
||||
<div class="archive-body">
|
||||
{{ .Content }}
|
||||
|
|
Loading…
Reference in a new issue