tweet button and recent posts remove option
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<footer>
|
||||
<!-- recent posts -->
|
||||
<div class="news container py-3">
|
||||
{{ if .Site.Params.recentposts }}
|
||||
<div class="h3 text-center text-light font-weight-bold">Recent posts</div>
|
||||
<div class="row justify-content-center">
|
||||
{{ range ( where .Site.RegularPages "Type" "blog" | first 3 ) }}
|
||||
@@ -20,6 +21,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
|
||||
@@ -27,15 +27,13 @@
|
||||
{{ .Site.Params.descripe_l2_person }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="social px-3 text-center">
|
||||
<div class="social px-3 text-center pb-4">
|
||||
{{ if .Site.Params.useresume }}
|
||||
<a href="{{ .Site.Params.resume | default " #" }}" class="btn btn-outline-danger" role="button"
|
||||
aria-pressed="true">
|
||||
Resume
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user