This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git

commit f1fa59a0f0c7e5f8fa07b64f1c44d8158775f6f7
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 1 23:20:50 2025 +0000

    HTML syntax fix
---
 layouts/_default/baseof.html         | 6 +++---
 layouts/partials/website-source.html | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8178fa84..b0ed32d6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -18,9 +18,9 @@
 
 <html lang="en">
 <head>
-  <meta name="description" content="Apache Community Development"/>
-  <meta name="keywords" content="apache, apache community, community 
development, opensource"/>
-  <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1" />
+  <meta name="description" content="Apache Community Development">
+  <meta name="keywords" content="apache, apache community, community 
development, opensource">
+  <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1" >
   {{ template "_internal/opengraph.html" . }}
 
   <title>Apache Community Development - {{ .Title }}</title>
diff --git a/layouts/partials/website-source.html 
b/layouts/partials/website-source.html
index a5605f1f..0d93f472 100644
--- a/layouts/partials/website-source.html
+++ b/layouts/partials/website-source.html
@@ -1,7 +1,7 @@
 <p>
   This website is generated from the <a href="{{ .Site.Params.repositoryUrl 
}}">comdev-site repository</a>
   {{ if or .IsPage .IsSection .IsHome }}
-    <br/>
+    <br>
     Source of this page:
       <a href="{{ .Site.Params.repositoryContentBaseUrl }}/{{ with .Page.File 
}}{{ .Path }}{{ end }}" title="Source of this page">
         {{ with .Page.File }}{{ .Path }}{{ end }}

Reply via email to