-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalk.html
More file actions
executable file
·29 lines (27 loc) · 990 Bytes
/
talk.html
File metadata and controls
executable file
·29 lines (27 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: 留言板
layout: default
description: 畅所欲言
header-img: "//i.loli.net/2018/03/09/5aa21d7f417af.jpg"
---
<!-- Page Header -->
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container" style="position: relative; z-index: 2;">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading" id="tag-heading">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
<span class="subheading">{{ page.description }}</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{% include comments.html %}
</div>
</div>
</div>