aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/article.html1
-rw-r--r--templates/header.html1
-rw-r--r--templates/indextext.html7
3 files changed, 8 insertions, 1 deletions
diff --git a/templates/article.html b/templates/article.html
index 3087552..0ea8f66 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -1,3 +1,4 @@
+ <div>
<div class="article">
<a href="path-of-article.html"><h3>name-of-article</h3>date-of-article</a>
<p>description-of-article</p>
diff --git a/templates/header.html b/templates/header.html
index bbae57f..592656b 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -4,5 +4,4 @@
<body>
<h1>Blog</h1>
- <div>
diff --git a/templates/indextext.html b/templates/indextext.html
new file mode 100644
index 0000000..82e5e09
--- /dev/null
+++ b/templates/indextext.html
@@ -0,0 +1,7 @@
+<h1>Welcome to your blog</h1>
+
+<p>
+ You've generated your blog successfully,
+ to learn more, please read the README.md
+ file at the root of the repository.
+</p>