diff options
author | mayx | 2025-09-02 17:33:28 +0000 |
---|---|---|
committer | mayx | 2025-09-02 17:33:28 +0000 |
commit | 6dab77e73cd818bac611bed859249a6c4c1ae674 (patch) | |
tree | 726344f966c5356a1f0444d7b88933b53c6605c0 /_layouts | |
parent | 1ab207cb1992adf4feff0b5f7405a246a913546d (diff) |
- /_layouts/default.html
- /_data/proxylist.yml
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 726ae05..aec367a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,6 +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 %} {% 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 }}" /> |