|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
{% block content %}
|
|
{% block content %}
|
|
<section id="title-section">
|
|
<section id="title-section">
|
|
- <h1 id="title-1"> 欢迎,这里是{{ blog_name }} </h1>
|
|
|
|
|
|
+ <h1 id="title-1"> 欢迎,这里是《{{ blog_name }}》 </h1>
|
|
<form method="get" action=" {{ url_for('base.index_page') }} ">
|
|
<form method="get" action=" {{ url_for('base.index_page') }} ">
|
|
<input id="btn" type="submit" value="进入">
|
|
<input id="btn" type="submit" value="进入">
|
|
</form>
|
|
</form>
|