[THEME] Fix the archives layout for smartphones

This commit is contained in:
Gregory Trolliet 2021-10-31 12:35:58 +01:00
parent 8dd30f6eb8
commit 6bcfb62486
2 changed files with 17 additions and 7 deletions

View file

@ -1,5 +1,8 @@
<a class="archive hidden_link" href="{{ .Params.ExternalLink | default .RelPermalink }}">
<img class="thumbnail" src="{{ .RelPermalink }}/thumb.jpg" />
<span class="description">{{ .Title }}</span>
<span class="more">&rarr; plus d'infos</span>
<div class="description">
<span class="title">{{ .Title }}</span>
<p>{{ .Description }}</p>
<span class="more">&rarr; plus d'infos</span>
</div>
</a>