diff options
author | mayx | 2025-09-07 08:47:54 +0000 |
---|---|---|
committer | mayx | 2025-09-07 08:47:54 +0000 |
commit | b4af6686ce47a5cffd569ea3b32bbbe1d79e914f (patch) | |
tree | 27ebfc2481cb7fac50fac6ba535de5a2b7b98c01 /_layouts | |
parent | 3d5d7eaa161228e0a93b1a57756b5452739f0caa (diff) |
- /_posts/2025-09-01-quine.md
- /_layouts/default.html
- /_data/other_repo_list.csv
- /other_repo_list.md
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
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 }}" /> |