添加版权声明
This commit is contained in:
@ -1,13 +1,18 @@
|
||||
<template lang="pug">
|
||||
footer
|
||||
a#gotop.scroll-top(href='javascript:;', style='display: none;')
|
||||
Icon(:icon="['fas', 'angle-double-up']")
|
||||
Icon(:icon='["fas", "angle-double-up"]')
|
||||
#mobileToc.mobileToc(style='display: none;')
|
||||
| 目录
|
||||
.footer
|
||||
| Copyright © 2020 WangYi.
|
||||
| Copyright © 2009-2020 WangYi.
|
||||
br
|
||||
| All Rights Reserved.
|
||||
a(href='http://www.beian.miit.gov.cn', target='_blank', rel='external nofollow', style='color: #ccc; margin-left: 5px')
|
||||
a(
|
||||
href='http://www.beian.miit.gov.cn',
|
||||
target='_blank',
|
||||
rel='external nofollow',
|
||||
style='color: #ccc; margin-left: 5px'
|
||||
)
|
||||
| 浙ICP备14013313号-2
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user