website.git

commit 45fbe5b9e229dfcd0e30c44227b3b84c6fa669c5

Author: Adam Evyčędo <git@apiote.xyz>

remove Bimba module

Bimba is not a Go project

 programs/index.dirty | 2 +-
 templates/head_program.html | 2 +-


diff --git a/programs/index.dirty b/programs/index.dirty
index 934ca431b6860f4a7100429f6347475e31d3750d..859ec80c1384f04c7080f1df57e8c16afa5fe3ed 100644
--- a/programs/index.dirty
+++ b/programs/index.dirty
@@ -50,7 +50,7 @@ 		('versions'
 			(
 				('' (
 					('description' 'bimba.adoc')
-					('module' 'apiote.xyz/p/bimba')
+					('module' '')
 				))
 			)
 		)




diff --git a/templates/head_program.html b/templates/head_program.html
index 7ea5100f43ca2f252aca3b2d0d71b4ae165e375f..cb58c2d8802dba5dc0c9f7387d374554cc5b4bbe 100644
--- a/templates/head_program.html
+++ b/templates/head_program.html
@@ -11,6 +11,6 @@ 		
 		<link rel="manifest" href="/static/favicon/site.webmanifest">
 		<link rel="shortcut icon" href="/static/favicon/favicon.ico">
 		<meta name="theme-color" content="#db9d3b">
-		<meta name="go-import" content="{{.Module}} git {{.Source}}">
+		{{if .Module}}<meta name="go-import" content="{{.Module}} git {{.Source}}">{{end}}
 	</head>
 {{- end -}}