瀏覽代碼

minor update

pull/141/head
abhidj0090 4 年之前
父節點
當前提交
2bfb6c91c8
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      layouts/partials/blog.html

+ 3
- 2
layouts/partials/blog.html 查看文件

@@ -1,7 +1,8 @@
{{ if gt site.RegularPages 0}}
{{"<!-- Start Blog Section -->" | safeHTML}}
<section id="blog" class="section">
<img class="lozad" style="display: none;" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url(images/writing.jpg)'" data-src="images/writing.webp" />
<section id="blog" class="section"
style='background-image: url("/images/writing.webp")'
>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">

Loading…
取消
儲存