Skip to content

Commit

Permalink
chore: ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hfutsora committed Sep 27, 2022
1 parent 798f780 commit f46548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/.vitepress/theme/components/HomeFooter.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<footer v-if="$frontmatter.footer" class="footer">
<p class="text">
{{ $frontmatter.footer }}
</p>
<p class="text" v-html="$frontmatter.footer" />
</footer>
</template>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ actionLink: /guide/
# - title: 👌 Zero-Config
# details: Sensible built-in default configs for common use cases

footer: MIT Licensed | Copyright © 2022-PRESENT Hfutsora
footer: MIT Licensed | Copyright © 2022-PRESENT Hfutsora &nbsp; <a href="https://beian.miit.gov.cn/" target="_blank">皖ICP备2022008656号</a>
---

0 comments on commit f46548c

Please sign in to comment.