diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-08 10:48:37 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-08 10:48:37 +0000 |
commit | b5fd3a3631e883618527b3b113e0a87ec34af9b2 (patch) | |
tree | 29b9547bc7a1b0d0fb07036d6272330bd34eb768 /index.html | |
parent | lint _config*.yml (diff) | |
download | egor-tensin.github.io-b5fd3a3631e883618527b3b113e0a87ec34af9b2.tar.gz egor-tensin.github.io-b5fd3a3631e883618527b3b113e0a87ec34af9b2.zip |
use "remote" Jekyll theme
I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ --- title: Main page -layout: default +layout: plain --- <h1>{{ site.personal_info.name }}</h1> <hr/> |