abhidj0090 4 лет назад
Родитель
Сommit
c8c28b9f40
2 измененных файлов: 3 добавлений и 3 удалений
  1. 2
    2
      layouts/index.html
  2. 1
    1
      layouts/partials/blog.html

+ 2
- 2
layouts/index.html Просмотреть файл

@@ -6,10 +6,10 @@

{{ partial "events.html" . }}

{{ partial "lectures.html" . }}

{{ partial "blog.html" . }}

{{ partial "lectures.html" . }}

{{ partial "testimonial.html" . }}

{{ partial "about.html" . }}

+ 1
- 1
layouts/partials/blog.html Просмотреть файл

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

Загрузка…
Отмена
Сохранить