summary refs log tree commit diff
path: root/_layouts
diff options
context:
space:
mode:
authormayx2025-04-01 10:29:58 +0000
committermayx2025-04-01 10:29:58 +0000
commit19f5a7b7f911047350b0fed459af15be495a9405 (patch)
tree96d54e3d6b8199018ecd6587e0193ed7947e1b95 /_layouts
parente6bf9e886e3957676423e5292d09ada65e9c8d5d (diff)
Update 2 files
- /index.html
- /_layouts/post.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f2b57a1..498f419 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -78,7 +78,7 @@ layout: default
 {{content}}
 
 {% if page.tags %}
-<small>tags: {% for tag in page.tags %}<a href="/search.html?keyword={{ tag | url_encode }}"><em>{{ tag }}</em></a>{% unless forloop.last %} - {% endunless %}{% endfor %}</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="https://github.com/Mabbs/mabbs.github.io/{{ page.path }}">查看原始文件</a></span></small>
 {% endif %}
 <br />
 <br />