Loading layouts/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ {{ with .Content }}{{.}}{{ end }} </header> {{ $latestcount := .Site.Params.LatestCount | default 3 }} {{ $postsection := .Site.Params.PostSection | default "blog" }} {{ $postsection := .Site.Params.PostSection | default "post" }} <section> <h4>{{ T "latestPost" }}</h4> <ul class="no-bullet"> Loading Loading
layouts/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ {{ with .Content }}{{.}}{{ end }} </header> {{ $latestcount := .Site.Params.LatestCount | default 3 }} {{ $postsection := .Site.Params.PostSection | default "blog" }} {{ $postsection := .Site.Params.PostSection | default "post" }} <section> <h4>{{ T "latestPost" }}</h4> <ul class="no-bullet"> Loading