fix(copyright): add copyright statement to doc footer with new license

This commit is contained in:
andatoshiki 2023-03-02 11:55:08 +08:00
parent 435cb3bf10
commit ff82466134

View File

@ -84,13 +84,12 @@ const homepageLink = `https://www.toshiki.dev`
<!-- svg icon for documentation license list line ends --> <!-- svg icon for documentation license list line ends -->
<span class="copyrightText">Licensing: </span> <span class="copyrightText">Licensing: </span>
<span> <span>
本博客所有文章除特别声明外均采用 This documentation and all content contained herein, including but not limited to text, graphics, images, and logos, are licensed under
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noreferrer" target="_blank" <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noreferrer" target="_blank"
>CC BY-NC-SA 4.0</a >CC BY-NC 4.0</a
> >,
许可协议转载请注明来自 unless specifically noted, attribute the source when reprint.
<a href="https://chodocs.cn/" rel="noreferrer" target="_blank">ChoDocs</a></span </span>
>
</div> </div>
</div> </div>
</div> </div>