mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 17:32:03 +00:00
Update 2 files
- /Gemfile - /_layouts/post.html
This commit is contained in:
parent
6030f3c83c
commit
7fbeaffac3
1
Gemfile
1
Gemfile
@ -9,6 +9,7 @@ group :jekyll_plugins do
|
|||||||
gem "jekyll-include-cache", "~> 0.2.1"
|
gem "jekyll-include-cache", "~> 0.2.1"
|
||||||
gem "jekyll-readme-index", "~> 0.3.0"
|
gem "jekyll-readme-index", "~> 0.3.0"
|
||||||
gem "jekyll-default-layout", "~> 0.1.5"
|
gem "jekyll-default-layout", "~> 0.1.5"
|
||||||
|
gem "jekyll-titles-from-headings", "~> 0.5.3"
|
||||||
gem "jekyll-theme-minimal"
|
gem "jekyll-theme-minimal"
|
||||||
gem "jekyll-paginate", "~> 1.1.0"
|
gem "jekyll-paginate", "~> 1.1.0"
|
||||||
gem "kramdown-parser-gfm", "~> 1.1.0"
|
gem "kramdown-parser-gfm", "~> 1.1.0"
|
||||||
|
@ -84,7 +84,6 @@ layout: default
|
|||||||
<small style="display: block">tags: {% for tag in page.tags %}<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode }}"><em>{{ tag }}</em></a>{% unless forloop.last %} - {% endunless %}{% endfor %} <span style="float: right;"><a href="{% if site.github %}{{ site.github.repository_url }}{% else %}https://gitlab.com/mayx/mayx.gitlab.io{% endif %}/tree/master/{{ page.path }}">查看原始文件</a></span></small>
|
<small style="display: block">tags: {% for tag in page.tags %}<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode }}"><em>{{ tag }}</em></a>{% unless forloop.last %} - {% endunless %}{% endfor %} <span style="float: right;"><a href="{% if site.github %}{{ site.github.repository_url }}{% else %}https://gitlab.com/mayx/mayx.gitlab.io{% endif %}/tree/master/{{ page.path }}">查看原始文件</a></span></small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.layout != "encrypt" %}
|
{% if page.layout != "encrypt" %}
|
||||||
<!--[if !IE]> -->
|
|
||||||
<h4 style="border-bottom: 1px solid #e5e5e5;margin: 2em 0 5px;">推荐文章</h4>
|
<h4 style="border-bottom: 1px solid #e5e5e5;margin: 2em 0 5px;">推荐文章</h4>
|
||||||
<p id="suggest-container">Loading...</p>
|
<p id="suggest-container">Loading...</p>
|
||||||
<script>
|
<script>
|
||||||
@ -110,7 +109,6 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<!-- <![endif]-->
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br />
|
<br />
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user