refactor: Remove custom academia layout
This commit is contained in:
parent
c154465376
commit
e7b28d2a1a
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "scrolling-image-header" . }}
|
||||
<section class="container-fluid list-main">
|
||||
<div class="container px-5">
|
||||
<h2>Selected Presentations</h2>
|
||||
{{ $featuredpubs := where .Pages ".Params.featured" "==" true }}
|
||||
{{ range $featuredpubs }}
|
||||
{{ .Scratch.Set "showAbstract" true }}
|
||||
{{ partial "academia/list-single.html" . }}
|
||||
{{ end }}
|
||||
<hr />
|
||||
<h2>Other Presentations</h2>
|
||||
{{ $nonfeaturedpubs := where .Pages ".Params.featured" "==" false }}
|
||||
{{ range $nonfeaturedpubs }}
|
||||
{{ partial "academia/list-single.html" . }}
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
Loading…
Reference in a new issue