added projects,contact in home and added list page for project
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{{ if .Site.Params.footer.recentPosts | default true }}
|
||||
<div class="h3 text-center text-secondary py-3">Recent posts</div>
|
||||
<div class="row justify-content-center">
|
||||
{{ range ( where .Site.RegularPages "Type" "blog" | first 3 ) }}
|
||||
{{ range ( where .Site.RegularPages "Type" "blogs" | first 3 ) }}
|
||||
<div class="col-lg-4 col-md-6 pt-2">
|
||||
<div class="card h-100">
|
||||
<div class="card-body bg-transparent p-3 shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user