diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:52:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-30 23:52:58 +0300 |
commit | 1086faef8452e95cade4e72b0018229c3e8a12da (patch) | |
tree | ead2aad7632d69697f0baff57fe92b7afbe0bd5b /_layouts/about.html | |
parent | bump dependencies (diff) | |
download | jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.tar.gz jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.zip |
remove the 'About' page
Diffstat (limited to '_layouts/about.html')
-rw-r--r-- | _layouts/about.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_layouts/about.html b/_layouts/about.html deleted file mode 100644 index 9a6a620..0000000 --- a/_layouts/about.html +++ /dev/null @@ -1,7 +0,0 @@ -{% include header.html %} -<div class="row"> - <div class="col-md-12"> - {{ content }} - </div> -</div> -{% include footer.html %} |