add offline cache

This commit is contained in:
James Feng Cao 2022-09-13 16:33:31 +08:00
parent ad12551ed7
commit fe41bb41a4
10 changed files with 119 additions and 3 deletions

View file

@ -30,6 +30,10 @@
<header class='header'>
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
<nav>
</nav>
</header>

View file

@ -495,5 +495,15 @@
<loc>/zh/tags/%E4%B8%8B%E8%BD%BD/</loc>
</url><url>
<loc>/zh/offlinecache/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="/en/offlinecache/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
href="/zh/offlinecache/"
/>
</url>
</urlset>