git: f4353eecab - main - Put a workaround to add a missing full stop
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Apr 19 18:09:10 UTC 2021
The branch main has been updated by lwhsu (ports, src committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=f4353eecab740032fcf800127b9f1d33140e00cc
commit f4353eecab740032fcf800127b9f1d33140e00cc
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-04-19 18:05:33 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-04-19 18:05:33 +0000
Put a workaround to add a missing full stop
Approved by: carlavilla (implicitly)
---
website/themes/beastie/layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html
index a9a12d6124..f45e760b3a 100755
--- a/website/themes/beastie/layouts/index.html
+++ b/website/themes/beastie/layouts/index.html
@@ -8,7 +8,7 @@
<h1>{{ i18n "freebsdProject" }}</h1>
<p>
{{ i18n "freebsdDescription1" }}
- <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>
+ <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>.
{{ i18n "freebsdDescription3" }}
<a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/contributors/#staff-committers/" }}>{{ i18n "freebsdDescription4" }}</a>
{{ i18n "freebsdDescription5" }}
More information about the dev-commits-doc-all
mailing list