diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 22:27:28 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-10 22:27:28 +0300 |
commit | dfe69e6cbe00fd7cb26ba5116c3fd78064462a68 (patch) | |
tree | e61f002c53669a54eee9c601c2d8792eb9c4e93f /layouts/go | |
parent | a8124581c4e8c3f3e462f13ffe63228d7a631b79 (diff) |
Auto-commit 2024-12-10
Diffstat (limited to 'layouts/go')
-rw-r--r-- | layouts/go/single.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/go/single.htm b/layouts/go/single.htm new file mode 100644 index 0000000..2a5ea73 --- /dev/null +++ b/layouts/go/single.htm @@ -0,0 +1,4 @@ +<html><head> + <meta name="go-import" content="neonxp.ru/go/{{.Params.Name}} git {{.Params.Repository}}"> + <meta name="go-source" content="neonxp.ru/go/{{.Params.Name}} {{.Params.Repository}}/tree/"> +</head></html>
\ No newline at end of file |