diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-02-28 17:33:35 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-02-28 17:33:35 +0300 |
| commit | f447d20764bd35632b316a708e6b1a1bcf65ca69 (patch) | |
| tree | d50283d3bdbc2dd4bcf0115175108a6d19772e21 /_layouts | |
| parent | b20f451ec7f57b4a74fb6af605b43e7d0d40c163 (diff) | |
| download | aaoth.xyz-f447d20764bd35632b316a708e6b1a1bcf65ca69.tar.gz aaoth.xyz-f447d20764bd35632b316a708e6b1a1bcf65ca69.zip | |
move previous home page to about page
also modified contents of about page, removed some junk paragraphs.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/about-page.html | 5 | ||||
| -rw-r--r-- | _layouts/home-page.html | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html index c9263cd..1e5ebd2 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -26,11 +26,6 @@ layout: default <div class="about-info"> {{ content }} - <div class="latest-post"> - <h2>latest post</h2> - {% assign post = site.posts[0] %} - {% include post-preview.html %} - </div> </div> </div> diff --git a/_layouts/home-page.html b/_layouts/home-page.html new file mode 100644 index 0000000..e2d2618 --- /dev/null +++ b/_layouts/home-page.html @@ -0,0 +1,11 @@ +--- +layout: default +--- + +{{ content }} + +<div class="latest-post"> + <h2>latest post</h2> + {% assign post = site.posts[0] %} + {% include post-preview.html %} +</div> |
