Date: Sat, 24 Sep 2022 17:04:42 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 352045705c - main - Fix typo in footer Message-ID: <202209241704.28OH4g2U084486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=352045705cfcd96b77fa6a520706cd9947af085b commit 352045705cfcd96b77fa6a520706cd9947af085b Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-09-24 17:04:11 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-09-24 17:04:11 +0000 Fix typo in footer --- documentation/themes/beastie/layouts/partials/site-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html index 634a79ab2b..015be73356 100755 --- a/documentation/themes/beastie/layouts/partials/site-footer.html +++ b/documentation/themes/beastie/layouts/partials/site-footer.html @@ -107,7 +107,7 @@ </section> <section class="copyright-column"> <p>© 1994-{{ now.Format "2006" }} {{ i18n "f-all-rights-reserved" }}</p> - <span>{{ i18n "f-made-with" }} <span class="heart"><i class="fa fa-heart" aria-hidden="true"></i></span> by the {{ i18n "f-by-freebsd-community" }}</span> + <span>{{ i18n "f-made-with" }} <span class="heart"><i class="fa fa-heart" aria-hidden="true"></i></span>{{ i18n "f-by-freebsd-community" }}</span> </section> </div> </footer>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209241704.28OH4g2U084486>
