-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
24 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: index
categories: main
title: 立泉落落
description: 旅居杭州的九五后昆虫,野生散养攻城狮,“十分”“业余”摄影Fans。
share-description: 昆虫,野生散养攻城狮,“十分”“业余”摄影Fans。
image: https://apqx.oss-cn-hangzhou.aliyuncs.com/blog/site/index_hangzhou_cover.jpg
indexCover: https://apqx.oss-cn-hangzhou.aliyuncs.com/blog/site/index_hangzhou_thumb.jpg
indexCoverType: image/jpeg
indexCoverDescription: 杭州
indexCoverTitle: 湖东行不足,绿杨白沙堤
---
<section id="index-list-wrapper" class="index-list-wrapper">
<section class="mdc-card index-top-card" style="display: none">
<img src="{{ page.indexCover }}" class="index-top-cover"
alt="{{ page.indexCoverDescription }}" id="main-index" draggable="false" />
<div class="index-top-card-container">
<p class="index-top-card-text font-handwritten">{{ page.indexCoverTitle }}</p>
</div>
</section>
{%- assign index-category = "original" %}
{%- include index-posts.html %}
</section>