瀏覽代碼

minor update

pull/141/head
abhidj0090 4 年之前
父節點
當前提交
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">

Loading…
取消
儲存