Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Rochester <lloyd@lloydrochester.com>2020-04-18 16:32:03 +0300
committerLloyd Rochester <lloyd@lloydrochester.com>2020-04-18 16:32:03 +0300
commit715225b9f2f42445b60e06d1a30feeeb911bac4d (patch)
tree64590b32d1836fca60c3f30323169c88514915ab
parent3a80441bcf301afa957365c87d1d025fc97e2c01 (diff)
fixed typo
-rw-r--r--layouts/_default/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c5a9c2d..f6dc82f 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -3,10 +3,10 @@
<main id="main">
<div class="layui-fluid list-show" >
- <div class="layui-row">
+ <div class="layui-row">
<div class="layui-col-md6 layui-col-sm12 layui-col-xs12">
<div class="list-show-title">
- <h1>Those are my blogs</h1>
+ <h1>These are my blogs</h1>
<h2>and also my life</h2>
</div>
</div>
@@ -22,4 +22,4 @@
</main>
-{{end}} \ No newline at end of file
+{{end}}