This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main-staging by this push:
new d05c032 NIFI-12556 Added charset meta tag
d05c032 is described below
commit d05c032bb0be48bb9d652107738043e3cbece8bc
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Jan 4 15:38:41 2024 -0600
NIFI-12556 Added charset meta tag
---
content/community/_index.md | 56 +++++++++++++++++-----------------
themes/nifi/layouts/partials/head.html | 1 +
2 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/content/community/_index.md b/content/community/_index.md
index 489afcb..374063c 100644
--- a/content/community/_index.md
+++ b/content/community/_index.md
@@ -64,34 +64,34 @@ members on a vote open for at least 72 hours. A Committer
is considered inactive
can be revoked by a unanimous vote of all the active PMC members, except the
member in question if they are a PMC
member.
-| Apache Username | Name |
-|-------------------|--------------------------|
-| adebreceni | Adam Debreceni |
-| aichrist | Andy I.C. |
-| amarkovics | Ádám Markovics |
-| bakaid | Dániel Bakai |
-| bqiu | Ben Qiu |
-| brosander | Bryan Rosander |
-| bsimon | Simon Bence |
-| chriss | Chris Sampson |
-| denes | Denes Arvay |
-| edbe | Ed Berezitsky |
-| fgerlits | Ferenc Gerlits |
-| greyp | Paul Grey |
-| jgresock | Joe Gresock |
-| kotarot | Kotaro Terada |
-| lordgamez | Gábor Gyimesi |
-| martinzink | Martin Zink |
-| mhogue | Mike Hogue |
-| mtien | Margot Tien |
-| otto | Otto Fowler |
-| rfellows | Rob Fellows |
-| rickysaltzer | Ricky Saltzer |
-| rmoran | Rob Moran |
-| thenatog | Nathan Gough |
-| toivoadams | Toivo Adams |
-| tpalfy | Tamas Palfy |
-| zenfenan | Sivaprasanna Sethuraman |
+| Apache Username | Name |
+|-------------------|-------------------------|
+| adebreceni | Adam Debreceni |
+| aichrist | Andy I.C. |
+| amarkovics | Ádám Markovics |
+| bakaid | Dániel Bakai |
+| bqiu | Ben Qiu |
+| brosander | Bryan Rosander |
+| bsimon | Simon Bence |
+| chriss | Chris Sampson |
+| denes | Denes Arvay |
+| edbe | Ed Berezitsky |
+| fgerlits | Ferenc Gerlits |
+| greyp | Paul Grey |
+| jgresock | Joe Gresock |
+| kotarot | Kotaro Terada |
+| lordgamez | Gábor Gyimesi |
+| martinzink | Martin Zink |
+| mhogue | Mike Hogue |
+| mtien | Margot Tien |
+| otto | Otto Fowler |
+| rfellows | Rob Fellows |
+| rickysaltzer | Ricky Saltzer |
+| rmoran | Rob Moran |
+| thenatog | Nathan Gough |
+| toivoadams | Toivo Adams |
+| tpalfy | Tamas Palfy |
+| zenfenan | Sivaprasanna Sethuraman |
## Contributors
diff --git a/themes/nifi/layouts/partials/head.html
b/themes/nifi/layouts/partials/head.html
index 4ab77ee..5b7261c 100644
--- a/themes/nifi/layouts/partials/head.html
+++ b/themes/nifi/layouts/partials/head.html
@@ -20,6 +20,7 @@
{{- with $title -}}{{ . }}{{ $separator }}{{ end -}}
{{- .Site.Title -}}
</title>
+ <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ $description }}">
<meta name="keywords" content="{{ $keywords }}">