aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-09-07 17:13:49 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-09-07 17:14:40 +0200
commit8693340b1a5336acd872e8cfa18b996df91aa6d9 (patch)
tree7a8e5df125e2888ef0184319f2a6d0bbcd6411d0
parentcad9c241fd67d04ab7146e483c1735e93c52621c (diff)
add go meta tags redirecting to gitlabHEADmain
-rw-r--r--hugo/content/log-go/index.html1
-rw-r--r--hugo/content/sigsum-go/index.html1
-rw-r--r--hugo/content/testing/index.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/hugo/content/log-go/index.html b/hugo/content/log-go/index.html
new file mode 100644
index 0000000..6842915
--- /dev/null
+++ b/hugo/content/log-go/index.html
@@ -0,0 +1 @@
+<head><meta name="go-import" content="sigsum.org/log-go git https://gitlab.sigsum.org/sigsum/core/log-go"></head>
diff --git a/hugo/content/sigsum-go/index.html b/hugo/content/sigsum-go/index.html
new file mode 100644
index 0000000..079bbda
--- /dev/null
+++ b/hugo/content/sigsum-go/index.html
@@ -0,0 +1 @@
+<head><meta name="go-import" content="sigsum.org/sigsum-go git https://gitlab.sigsum.org/sigsum/core/sigsum-go"></head>
diff --git a/hugo/content/testing/index.html b/hugo/content/testing/index.html
new file mode 100644
index 0000000..3b4b39e
--- /dev/null
+++ b/hugo/content/testing/index.html
@@ -0,0 +1 @@
+<head><meta name="go-import" content="sigsum.org/testing git https://gitlab.sigsum.org/sigsum/admin/testing"></head>