Skip to content

Instantly share code, notes, and snippets.

View bytemain's full-sized avatar

Jiacheng bytemain

View GitHub Profile
@bytemain
bytemain / post-copyright.swig
Last active July 17, 2019 09:42
post-copyright
{#
移植自 http://moxfive.xyz/2016/06/14/duoshuo-disqus-comment-count/#footer
基于 https://github.com/theme-next/hexo-theme-next
#}
{% set ccLicense = "署名-非商用-相同方式共享 4.0" %}
{% set ccLicenseTitle = "CC BY-NC-SA 4.0 International"%}
{% set ccIcon = '<i class="fa fa-fw fa-creative-commons"></i>' %}
{% set ccText = ccLicense | upper %}
{% set ccURL = 'http://creativecommons.org/licenses/by-nc-sa/4.0/' %}