Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
c8c28b9f40
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      layouts/index.html
  2. 1
    1
      layouts/partials/blog.html

+ 2
- 2
layouts/index.html View File



{{ partial "events.html" . }} {{ partial "events.html" . }}


{{ partial "lectures.html" . }}

{{ partial "blog.html" . }} {{ partial "blog.html" . }}


{{ partial "lectures.html" . }}

{{ partial "testimonial.html" . }} {{ partial "testimonial.html" . }}


{{ partial "about.html" . }} {{ partial "about.html" . }}

+ 1
- 1
layouts/partials/blog.html View File

{{ if gt site.RegularPages 0}} {{ if gt site.RegularPages 0}}
{{"<!-- Start Blog Section -->" | safeHTML}} {{"<!-- Start Blog Section -->" | safeHTML}}
<section id="blog" class="section"
<section id="blog" class="section overly bg-2"
style='background-image: url("/images/writing.webp")' style='background-image: url("/images/writing.webp")'
> >
<div class="container"> <div class="container">

Loading…
Cancel
Save