summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authormayx2025-09-07 08:47:54 +0000
committermayx2025-09-07 08:47:54 +0000
commitb4af6686ce47a5cffd569ea3b32bbbe1d79e914f (patch)
tree27ebfc2481cb7fac50fac6ba535de5a2b7b98c01 /_layouts/default.html
parent3d5d7eaa161228e0a93b1a57756b5452739f0caa (diff)
Update 4 filesHEADmaster
- /_posts/2025-09-01-quine.md - /_layouts/default.html - /_data/other_repo_list.csv - /other_repo_list.md
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index aec367a..2e13ed9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -9,7 +9,7 @@ layout: xslt_container
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% seo %}
- {% unless site.github %}<link rel="canonical" href="https://mabbs.github.io{{ page.url }}"/>{% endunless %}
+ {% unless site.github %}<link rel="canonical" href="https://mabbs.github.io{{ page.url }}" />{% endunless %}
{% feed_meta %}
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}(RSS)" href="{{ "/rss.xml" | absolute_url }}" />
<link rel="alternate" type="application/json" title="{{ site.title }}(JSON Feed)" href="{{ "/feed.json" | absolute_url }}" />