diff options
author | Pjotr Prins | 2023-09-13 16:47:30 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-09-13 16:47:30 -0500 |
commit | 29c5964ad6a7d7f01a9b8d08c5db4893bd905f7c (patch) | |
tree | 51d7c5f04c128c1463c4b418d32c8a28cca6f7fb /web/view/brand | |
parent | 6b9a3e075c598069625a074e74475fa5a0655aca (diff) | |
download | gn-guile-29c5964ad6a7d7f01a9b8d08c5db4893bd905f7c.tar.gz |
Added github resolving and MSK home
Diffstat (limited to 'web/view/brand')
-rw-r--r-- | web/view/brand/msk.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm index a274a80..c20d8d9 100644 --- a/web/view/brand/msk.scm +++ b/web/view/brand/msk.scm @@ -42,7 +42,6 @@ (main (@ (class "container")) (article (img (@ (src "/static/images/GN4MSK.png"))) - (h1 ,title) (p ,info) (footer (hr) |