Remove unnecessary code in featured-posts.html
This commit is contained in:
parent
c8cf35e9b5
commit
81d6692fd2
1 changed files with 0 additions and 7 deletions
|
@ -3,13 +3,6 @@
|
||||||
{{ $sectionID = .section.id }}
|
{{ $sectionID = .section.id }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $numShow := 3}}
|
|
||||||
{{ if .section.numShow }}
|
|
||||||
{{ $numShow = .section.numShow }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ $posts := .posts}}
|
|
||||||
|
|
||||||
<div class="container-fluid anchor pb-5 recent-posts-section">
|
<div class="container-fluid anchor pb-5 recent-posts-section">
|
||||||
{{ if not (.section.hideTitle) }}
|
{{ if not (.section.hideTitle) }}
|
||||||
<h1 class="text-center">
|
<h1 class="text-center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue