aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 16:52:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 16:56:55 +0300
commitc8bbc25228a7d199ca6868db7375f1661c3ef6e4 (patch)
treeb6b3c84795e441c05cc2d2a7fbbbfc34a492b377 /_includes
parentindex.html: reuse page.title (diff)
downloadjekyll-theme-c8bbc25228a7d199ca6868db7375f1661c3ef6e4.tar.gz
jekyll-theme-c8bbc25228a7d199ca6868db7375f1661c3ef6e4.zip
_includes: move everything to jekyll-theme/
Diffstat (limited to '_includes')
-rw-r--r--_includes/jekyll-theme/categories/all.html (renamed from _includes/categories/all.html)0
-rw-r--r--_includes/jekyll-theme/categories/category.html (renamed from _includes/categories/category.html)0
-rw-r--r--_includes/jekyll-theme/footer.html (renamed from _includes/common/footer.html)0
-rw-r--r--_includes/jekyll-theme/ga.html (renamed from _includes/common/ga.html)0
-rw-r--r--_includes/jekyll-theme/header.html (renamed from _includes/common/header.html)6
-rw-r--r--_includes/jekyll-theme/mathjax.html (renamed from _includes/mathjax.html)0
-rw-r--r--_includes/jekyll-theme/navbar.html (renamed from _includes/common/navbar.html)0
-rw-r--r--_includes/jekyll-theme/posts/feed.html (renamed from _includes/posts/feed.html)2
-rw-r--r--_includes/jekyll-theme/posts/paginator.html (renamed from _includes/posts/paginator.html)0
-rw-r--r--_includes/jekyll-theme/shell.html (renamed from _includes/shell.html)0
-rw-r--r--_includes/jekyll-theme/sidebar.html (renamed from _includes/common/sidebar.html)4
-rw-r--r--_includes/jekyll-theme/sidebar_entry.html (renamed from _includes/common/sidebar_entry.html)0
-rw-r--r--_includes/jekyll-theme/snippets/footer.html (renamed from _includes/snippets/footer.html)0
-rw-r--r--_includes/jekyll-theme/snippets/header.html (renamed from _includes/snippets/header.html)0
-rw-r--r--_includes/jekyll-theme/snippets/section.html (renamed from _includes/snippets/section.html)4
15 files changed, 8 insertions, 8 deletions
diff --git a/_includes/categories/all.html b/_includes/jekyll-theme/categories/all.html
index 71b4bb6..71b4bb6 100644
--- a/_includes/categories/all.html
+++ b/_includes/jekyll-theme/categories/all.html
diff --git a/_includes/categories/category.html b/_includes/jekyll-theme/categories/category.html
index f7b7a8c..f7b7a8c 100644
--- a/_includes/categories/category.html
+++ b/_includes/jekyll-theme/categories/category.html
diff --git a/_includes/common/footer.html b/_includes/jekyll-theme/footer.html
index 9331784..9331784 100644
--- a/_includes/common/footer.html
+++ b/_includes/jekyll-theme/footer.html
diff --git a/_includes/common/ga.html b/_includes/jekyll-theme/ga.html
index 56eaca7..56eaca7 100644
--- a/_includes/common/ga.html
+++ b/_includes/jekyll-theme/ga.html
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;">
diff --git a/_includes/mathjax.html b/_includes/jekyll-theme/mathjax.html
index e01e380..e01e380 100644
--- a/_includes/mathjax.html
+++ b/_includes/jekyll-theme/mathjax.html
diff --git a/_includes/common/navbar.html b/_includes/jekyll-theme/navbar.html
index 67db12e..67db12e 100644
--- a/_includes/common/navbar.html
+++ b/_includes/jekyll-theme/navbar.html
diff --git a/_includes/posts/feed.html b/_includes/jekyll-theme/posts/feed.html
index 4b4ea8b..dac6798 100644
--- a/_includes/posts/feed.html
+++ b/_includes/jekyll-theme/posts/feed.html
@@ -18,6 +18,6 @@
</div>
{% endfor %}
<div class="text-center">
- {% include posts/paginator.html %}
+ {% include jekyll-theme/posts/paginator.html %}
</div>
{% endif %}
diff --git a/_includes/posts/paginator.html b/_includes/jekyll-theme/posts/paginator.html
index 471383c..471383c 100644
--- a/_includes/posts/paginator.html
+++ b/_includes/jekyll-theme/posts/paginator.html
diff --git a/_includes/shell.html b/_includes/jekyll-theme/shell.html
index 9b7ed4d..9b7ed4d 100644
--- a/_includes/shell.html
+++ b/_includes/jekyll-theme/shell.html
diff --git a/_includes/common/sidebar.html b/_includes/jekyll-theme/sidebar.html
index 4eeeac2..e4732f2 100644
--- a/_includes/common/sidebar.html
+++ b/_includes/jekyll-theme/sidebar.html
@@ -25,7 +25,7 @@
</div>
{% endcapture %}
-{% include common/sidebar_entry.html header='About' content=about_content %}
+{% include jekyll-theme/sidebar_entry.html header='About' content=about_content %}
{% if site.posts.size > 0 %}
@@ -40,7 +40,7 @@
</div>
{% endcapture %}
-{% include common/sidebar_entry.html header='Latest posts' content=latest_posts_content %}
+{% include jekyll-theme/sidebar_entry.html header='Latest posts' content=latest_posts_content %}
{% endif %}
</div>
diff --git a/_includes/common/sidebar_entry.html b/_includes/jekyll-theme/sidebar_entry.html
index 761119d..761119d 100644
--- a/_includes/common/sidebar_entry.html
+++ b/_includes/jekyll-theme/sidebar_entry.html
diff --git a/_includes/snippets/footer.html b/_includes/jekyll-theme/snippets/footer.html
index d60469c..d60469c 100644
--- a/_includes/snippets/footer.html
+++ b/_includes/jekyll-theme/snippets/footer.html
diff --git a/_includes/snippets/header.html b/_includes/jekyll-theme/snippets/header.html
index 673fc5a..673fc5a 100644
--- a/_includes/snippets/header.html
+++ b/_includes/jekyll-theme/snippets/header.html
diff --git a/_includes/snippets/section.html b/_includes/jekyll-theme/snippets/section.html
index cbb778f..3e7e748 100644
--- a/_includes/snippets/section.html
+++ b/_includes/jekyll-theme/snippets/section.html
@@ -5,7 +5,7 @@
{% endif %}
{% for i in page.snippets[include.section_id] %}
- {% include snippets/header.html snippet_path=i section_id=include.section_id %}
+ {% include jekyll-theme/snippets/header.html snippet_path=i section_id=include.section_id %}
{% capture snippet %}
```{{ page.snippets_language }}
@@ -14,7 +14,7 @@
{{ snippet | markdownify }}
- {% include snippets/footer.html %}
+ {% include jekyll-theme/snippets/footer.html %}
{% endfor %}
</div>