diff options
author | mayx | 2025-04-01 16:19:07 +0000 |
---|---|---|
committer | mayx | 2025-04-01 16:19:07 +0000 |
commit | eee3103f93f902ca69e412418ff370ef6d9b1dcd (patch) | |
tree | f5aaa5a786c6b75723c98b92c6d978befe01c473 /_layouts/post.html | |
parent | 3ab930348ee4eb0e9faced22467e9d95532eb9eb (diff) |
Update 2 files
- /index.html - /_layouts/post.html
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 4928913..5cb7938 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -78,7 +78,7 @@ layout: default {{content}} {% if page.tags %} -<small style="display: block">tags: {% for tag in page.tags %}<a 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 %}https://github.com/Mabbs/mabbs.github.io{% 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 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 %} <br /> <br /> |