File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
site/themes/code-troopers/layouts/_default Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22< article class ="col-lg-4 col-md-6 col-sm-12 ">
33 < div onclick ="window.location.href='{{ .Permalink }}' ; return false " style ="cursor: pointer; ">
44 < div class ="cover " style ="background-image:url(/images/banner/{{ .Params.cover }}.png) ">
5- < div class ="date "> posté le {{ .Date.Format "02/01/2006" }} par {{ .Params.author}}</ div >
5+ <!--<div class="date">posté le {{ .Date.Format "02/01/2006" }} par {{ .Params.author}}</div>-->
6+ < div class ="date "> par {{ .Params.author}}</ div >
67 {{if .Params.tags }}
78 < ul class ="tags ">
89 {{ range $index, $tag := .Params.tags }}
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ <h1 class="container">
1313 < article >
1414 < div >
1515 < div class ="cover " style ="background-image:url(/images/banner/{{ .Params.cover }}-big.png) ">
16- < div class ="date "> posté le {{ .Date.Format "02/01/2006" }} par {{ .Params.author}}</ div >
16+ <!--<div class="date">posté le {{ .Date.Format "02/01/2006" }} par {{ .Params.author}}</div>-->
17+ < div class ="date "> par {{ .Params.author}}</ div >
1718 </ div >
1819 < h2 > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > </ h2 >
1920 < span class ="label label-info "> ~{{ .ReadingTime }} minute(s) à lire</ span >
You can’t perform that action at this time.
0 commit comments