File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 </ div >
3636 </ div >
3737 < div id ="blogs ">
38- {{ range first 1 (where .Site.RegularPages "Section" "") }}
38+ {{ range first 1 (where (where .Site.RegularPages "Section" "") ".Params.dontFeed" "ne" true ) }}
3939 < div class ="post-preview ">
4040 < a href ="{{ .Permalink }} ">
4141 < h1 class ="post-title "> {{ .Title }}</ h1 >
Original file line number Diff line number Diff line change 3636 < div id ="mysqlMenu " class ="submenu ">
3737 < div class ="subtitle "> Latest</ div >
3838 {{ $m := slice "mysql" }}
39- {{ range first 5 (where .Site.Pages ".Params.tags" "intersect" $m) }}
39+ {{ range first 5 (where (where .Site.Pages ".Params.tags" "intersect" $m) ".Params.dontFeed" "ne" true ) }}
4040 < time > {{ .Date.Format "2006-01-02" }}</ time > < a href ="{{ .Permalink }} "> {{ .Title }}</ a > < br >
4141 {{ end }}
4242 < div class ="subtitle "> Most Popular</ div >
You can’t perform that action at this time.
0 commit comments