aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/header.html
diff options
context:
space:
mode:
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;">