We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaca805 commit 04e05b9Copy full SHA for 04e05b9
2 files changed
layouts/partials/filing.html
@@ -0,0 +1,4 @@
1
+{{ $baseURL := urls.Parse .Site.BaseURL }}
2
+{{- if hasSuffix $baseURL.Hostname "cloudwego.cn" -}}
3
+ <div class="text-white mt-1">备案号:<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">京ICP备18026016号-10</a></div>
4
+{{- end -}}
layouts/partials/footer.html
@@ -29,6 +29,7 @@
29
<a class="cloudwego-link" href="{{ .url }}" target="_blank" rel="noopener">{{ .name }}</a>
30
{{ end }}
31
</p>
32
+ {{ partial "filing.html" . }}
33
</div>
34
35
0 commit comments