diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-13 18:28:40 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-13 18:28:40 +0300 |
commit | 3caa2027c4c0d77c2706aac5356ce4aa666379a1 (patch) | |
tree | f400a270fd3b1a6b874ff8a40a05768df881b683 /templates/index.html | |
parent | f3908a51aa9654f7049a5a5f74f89439d076924e (diff) | |
download | yaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.tar.gz yaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.zip |
style/layout changes; gitignore
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 4e009e3..64bea0c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,7 @@ {% extends "base.html" %} {% block page %} - <h2>Welcome to my site!</h2> - <a href="/weblog">Go to weblog</a> + <div class="landing-page-container"> + <h2>Welcome to my site!</h2> + <a href="/weblog">Go to weblog</a> + </div> {% endblock %} |