From c350d4b60872b7991804180058b907a908d77662 Mon Sep 17 00:00:00 2001 From: rogerogers Date: Tue, 13 Jan 2026 21:21:28 +0800 Subject: [PATCH] feat: Display Website Filing Information Signed-off-by: rogerogers --- layouts/partials/filing.html | 4 ++++ layouts/partials/footer.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 layouts/partials/filing.html diff --git a/layouts/partials/filing.html b/layouts/partials/filing.html new file mode 100644 index 00000000000..e97333358dd --- /dev/null +++ b/layouts/partials/filing.html @@ -0,0 +1,4 @@ +{{ $baseURL := urls.Parse .Site.BaseURL }} +{{- if hasSuffix $baseURL.Hostname "cloudwego.cn" -}} + +{{- end -}} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b7035f50e59..af4338e7a35 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -29,6 +29,7 @@ {{ .name }} {{ end }}

+ {{ partial "filing.html" . }}