Skip to content

Commit 9246d22

Browse files
authored
Replaced — with – for better visibility. (theme-next#368)
* Replaced `—` with `–` for better visibility. Addition to theme-next#341.
1 parent 924412c commit 9246d22

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

layout/_partials/footer.swig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="copyright">{#
22
#}{% set current = date(Date.now(), "YYYY") %}{#
3-
#}&copy; {% if theme.footer.since and theme.footer.since != current %}{{ theme.footer.since }} &mdash; {% endif %}{#
3+
#}&copy; {% if theme.footer.since and theme.footer.since != current %}{{ theme.footer.since }} {% endif %}{#
44
#}<span itemprop="copyrightYear">{{ current }}</span>
55
<span class="with-love" id="animate">
66
<i class="fa fa-{{ theme.footer.icon.name }}"></i>
@@ -50,7 +50,7 @@
5050

5151
{% if theme.footer.theme.enable %}
5252
<div class="theme-info">{#
53-
#}{{ __('footer.theme') }} &mdash; {#
53+
#}{{ __('footer.theme') }} {#
5454
#}<a class="theme-link" target="_blank"{{ nofollow }} href="https://theme-next.org">{#
5555
#}NexT.{{ theme.scheme }}{#
5656
#}</a>{% if theme.footer.theme.version %} v{{ version }}{% endif %}{#

scripts/tags/include-raw.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/**
2-
* include.js
3-
*
4-
* Usage:
5-
*
6-
* {% include_raw '_data/path/to/file.html' %}
7-
*
8-
* Path is relative to your site source directory.
2+
* include-raw.js | https://theme-next.org/docs/tag-plugins/
93
*/
104

115
/* global hexo */

0 commit comments

Comments
 (0)