diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 02:32:33 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-07 02:32:33 +0000 |
commit | 22a21c142fd10f4caf0b89478f44bb4030f0c11b (patch) | |
tree | 4e581597fe7486b5ee21f605ce8acd0ba3163bd2 /_includes/common/header.html | |
parent | bind-mounts: rename the file (diff) | |
download | blog-22a21c142fd10f4caf0b89478f44bb4030f0c11b.tar.gz blog-22a21c142fd10f4caf0b89478f44bb4030f0c11b.zip |
use "remote" Jekyll theme
I moved _includes/, _layouts/, css/ to egor-tensin/jekyll-theme.
Diffstat (limited to '_includes/common/header.html')
-rw-r--r-- | _includes/common/header.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html deleted file mode 100644 index a17ea71..0000000 --- a/_includes/common/header.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - - <title>{{ page.title }} - {{ site.project.name }} - {{ site.personal_info.name }}</title> - - {% include common/bootstrap_css.html %} - - <link rel="stylesheet" href="{{ site.baseurl }}/css/common/footer.css"> - <link rel="stylesheet" href="{{ site.baseurl }}/css/common/misc.css"> - - {% if page.custom_css %} - {% for css in page.custom_css %} - <link rel="stylesheet" href="{{ site.baseurl }}/css/{{ css }}"/> - {% endfor %} - {% endif %} - - {% include common/ie_compat.html %} - {% include common/mathjax.html %} - </head> - <body> - <div class="top-level-footer-wrapper"> - <div class="footer-wrapper-collapse"> - {% include common/navbar.html %} - </div> - <div class="footer-wrapper-expand"> - <div class="container"> |