Explorar el Código

minor update

pull/141/head
abhidj0090 hace 4 años
padre
commit
c8c28b9f40
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2
    2
      layouts/index.html
  2. 1
    1
      layouts/partials/blog.html

+ 2
- 2
layouts/index.html Ver fichero



{{ 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 Ver fichero

{{ 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">

Cargando…
Cancelar
Guardar