mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
增加备案信息选项
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<ul>
|
||||
<li><a href="https://www.iminho.me">MinDoc</a></li>
|
||||
<li> · </li>
|
||||
<li><a href="https://github.com/lifei6671/mindoc/issues" target="_blank">意见反馈</a> </li>
|
||||
<li> · </li>
|
||||
<li><a href="https://github.com/lifei6671/mindoc">Github</a> </li>
|
||||
</ul>
|
||||
<div class="row text-center border-top">
|
||||
<span><a href="https://www.iminho.me">MinDoc</a></span>
|
||||
<span> · </span>
|
||||
<span><a href="https://github.com/lifei6671/mindoc/issues" target="_blank">意见反馈</a></span>
|
||||
<span> · </span>
|
||||
<span><a href="https://github.com/lifei6671/mindoc">Github</a></span>
|
||||
</div>
|
||||
{{if ne .site_beian ""}}
|
||||
<div class="row text-center">
|
||||
<a href="http://www.miitbeian.gov.cn">{{.site_beian}}</a>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user