diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 16:52:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 16:56:55 +0300 |
commit | c8bbc25228a7d199ca6868db7375f1661c3ef6e4 (patch) | |
tree | b6b3c84795e441c05cc2d2a7fbbbfc34a492b377 /_includes/common/header.html | |
parent | index.html: reuse page.title (diff) | |
download | jekyll-theme-c8bbc25228a7d199ca6868db7375f1661c3ef6e4.tar.gz jekyll-theme-c8bbc25228a7d199ca6868db7375f1661c3ef6e4.zip |
_includes: move everything to jekyll-theme/
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/header.html (renamed from _includes/common/header.html) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/common/header.html b/_includes/jekyll-theme/header.html index 07ba1c5..0e83d50 100644 --- a/_includes/common/header.html +++ b/_includes/jekyll-theme/header.html @@ -43,7 +43,7 @@ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> - {% include mathjax.html %} + {% include jekyll-theme/mathjax.html %} <link rel="stylesheet" href="{{ '/assets/css/jekyll-theme.css' | relative_url }}"> @@ -71,10 +71,10 @@ {% endfor %} {% if site.settings.ga_tag %} - {% include common/ga.html ga_tag=site.settings.ga_tag %} + {% include jekyll-theme/ga.html ga_tag=site.settings.ga_tag %} {% endif %} </head> <body> <div style="display: flex; flex-direction: column; min-height: 100vh;"> - {% include common/navbar.html %} + {% include jekyll-theme/navbar.html %} <div class="container" style="flex: 1;"> |