diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:15:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:15:23 +0300 |
commit | 1cc45ebeb70e8fa998c4645d54ec9205eb7a837f (patch) | |
tree | abcf7b37fd075eb177636ea022df9854945241c9 /index.html | |
parent | move my name to _config.yml (diff) | |
download | egor-tensin.github.io-1cc45ebeb70e8fa998c4645d54ec9205eb7a837f.tar.gz egor-tensin.github.io-1cc45ebeb70e8fa998c4645d54ec9205eb7a837f.zip |
mention my name in index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ layout: main --- <div class="row"> <div class="col-md-12"> - <h1>{{ page.title }}</h1> + <h1>{{ site.personal_info.name }}</h1> <hr/> <p>Hello! I'm a software engineer, and I'll be publishing some of my notes on <a href="https://pages.github.com/">GitHub Pages</a>. Feel free to make contributions or contact me.</p> <div class="list-group reasonable-width"> |