website: Fix Hugo Front Matter markup

We are using Hugo Front Matter with YAML and there is an extra space in
the ending `---` quotes, which bothers the translation tool. This is not
happening in all files.

Approved by:   carlavilla (doc)
Differential Revision:	https://reviews.freebsd.org/D28842
main
Danilo G. Baio 3 years ago
parent da935c7b3a
commit eb4b89b8d3

@ -1,7 +1,7 @@
---
title: "FreeBSD Advocacy Project"
sidenav: about
---
---
= FreeBSD Advocacy Project

@ -1,7 +1,7 @@
---
title: "The FreeBSD Documentation License"
sidenav: about
---
---
= The FreeBSD Documentation License

@ -1,7 +1,7 @@
---
title: "Web Resources"
sidenav: docs
---
---
= Web Resources

@ -1,7 +1,7 @@
---
title: "FreeBSD Donations Liaison"
sidenav: about
---
---
= FreeBSD Donations Liaison

@ -1,7 +1,7 @@
---
title: "Hardware Donors Page"
sidenav: about
---
---
= Hardware Donors Page

@ -1,7 +1,7 @@
---
title: "The FreeBSD GNOME Project"
sidenav: gnome
---
---
= The FreeBSD GNOME Project

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: Reporting a Bug"
sidenav: gnome
---
---
= FreeBSD GNOME Project: Reporting a Bug

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: Example GNOME Makefile"
sidenav: gnome
---
---
= FreeBSD GNOME Project: Example GNOME Makefile

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: GNOME 1 Components"
sidenav: gnome
---
---
= FreeBSD GNOME Project: GNOME 1 Components

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: GNOME 2 Components"
sidenav: gnome
---
---
= FreeBSD GNOME Project: GNOME 2 Components

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: GNOME Desktop-Independent Components"
sidenav: gnome
---
---
= FreeBSD GNOME Project: GNOME Desktop-Independent Components

@ -1,7 +1,7 @@
---
title: "FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ"
sidenav: gnome
---
---
= FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ

@ -1,7 +1,7 @@
---
title: "Core Bylaws"
sidenav: docs
---
---
= Core Bylaws

@ -1,7 +1,7 @@
---
title: "Charter for the Cluster Administrators"
sidenav: docs
---
---
= Charter for the Cluster Administrators

@ -1,7 +1,7 @@
---
title: "FreeBSD Community Code of Conduct"
sidenav: docs
---
---
= FreeBSD Community Code of Conduct

@ -1,7 +1,7 @@
---
title: "FreeBSD Code of Conduct Reporting Instructions"
sidenav: docs
---
---
= FreeBSD Code of Conduct Reporting Instructions

@ -1,7 +1,7 @@
---
title: "Core's Voting Procedures"
sidenav: docs
---
---
= Core's Voting Procedures

@ -1,7 +1,7 @@
---
title: "User Data Policy"
sidenav: docs
---
---
= User Data Policy

@ -1,7 +1,7 @@
---
title: "Commit Bit Expiration Policy"
sidenav: docs
---
---
= Commit Bit Expiration Policy

@ -1,7 +1,7 @@
---
title: "Hats Term Limits Policy"
sidenav: docs
---
---
= Hats Term Limits Policy

@ -1,7 +1,7 @@
---
title: "Internationalization Policy"
sidenav: docs
---
---
= Internationalization Policy

@ -1,7 +1,7 @@
---
title: "FreeBSD Project Members"
sidenav: docs
---
---
= FreeBSD Project Members

@ -1,7 +1,7 @@
---
title: "Proposing Committers"
sidenav: docs
---
---
= Proposing Committers

@ -1,7 +1,7 @@
---
title: "Software License Policy"
sidenav: docs
---
---
= Software License Policy

@ -1,7 +1,7 @@
---
title: "Page hits per minute and address family on www.freebsd.org"
sidenav: developers
---
---
////
Copyright (c) 2011 The FreeBSD Foundation

@ -1,7 +1,7 @@
---
title: "FreeBSD and World IPv6 Launch"
sidenav: developers
---
---
////
Copyright (c) 2012 Bjoern A. Zeeb

@ -1,7 +1,7 @@
---
title: "FreeBSD/ia64 Project"
sidenav: developers
---
---
= FreeBSD/ia64 Project

@ -1,7 +1,7 @@
---
title: "FreeBSD/ia64 Project -- references"
sidenav: developers
---
---
= FreeBSD/ia64 Project -- references

@ -1,7 +1,7 @@
---
title: "Charter for the Ports Management Team"
sidenav: about
---
---
= Charter for the Ports Management Team

@ -1,7 +1,7 @@
---
title: "Implementation Issues Involving the Ports Collection"
sidenav: about
---
---
= Implementation Issues Involving the Ports Collection

@ -1,7 +1,7 @@
---
title: "Policies of the Ports Management Team: Committing To The Tree"
sidenav: about
---
---
= Policies of the Ports Management Team: Committing To The Tree

@ -1,7 +1,7 @@
---
title: "Policies of the Ports Management Team: Maintainers and Committers"
sidenav: about
---
---
= Policies of the Ports Management Team: Maintainers and Committers

@ -1,7 +1,7 @@
---
title: "Quality Assurance Tasks for the Ports Management Team"
sidenav: about
---
---
= Quality Assurance Tasks for the Ports Management Team

@ -1,7 +1,7 @@
---
title: "FreeBSD Summer Projects"
sidenav: developers
---
---
= FreeBSD Summer Projects

@ -1,7 +1,7 @@
---
title: "FreeBSD 1.0 Announcement"
sidenav: download
---
---
= FreeBSD 1.0 Announcement

@ -7,7 +7,7 @@ localBranchStable: "stable/10"
localBranchReleng: "releng/10.2"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-10.2-RELEASE"
localRelMd5: "../checksums/CHECKSUM.MD5-FreeBSD-10.2-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/10"
localBranchReleng: "releng/10.3"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-10.3-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-10.3-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/10"
localBranchReleng: "releng/10.4"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-10.4-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-10.4-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/11"
localBranchReleng: "releng/11.0"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-11.0-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-11.0-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/11"
localBranchReleng: "releng/11.1"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-11.1-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-11.1-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/11"
localBranchReleng: "releng/11.2"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-11.2-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-11.2-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -7,7 +7,7 @@ localBranchStable: "stable/11"
localBranchReleng: "releng/11.3"
localRelSha256: "../checksums/CHECKSUM.SHA256-FreeBSD-11.3-RELEASE"
localRelSha512: "../checksums/CHECKSUM.SHA512-FreeBSD-11.3-RELEASE"
---
---
= FreeBSD {{% param localRel %}} Release Checksum Signatures

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0.5 RELEASE Announcement"
sidenav: download
---
---
= FreeBSD 2.0.5 RELEASE Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0.5 ALPHA Release Notes"
sidenav: download
---
---
= FreeBSD 2.0.5 ALPHA Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0 Announcement"
sidenav: download
---
---
= FreeBSD 2.0 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0 Credits"
sidenav: download
---
---
= FreeBSD 2.0 Credits

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0 Installation Guide"
sidenav: download
---
---
= FreeBSD 2.0 Installation Guide

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.0 Release Notes"
sidenav: download
---
---
= FreeBSD 2.0 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 1.0 Announcement"
sidenav: download
---
---
= FreeBSD 1.0 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.5 Release Notes"
sidenav: download
---
---
= FreeBSD 2.1.5 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.6 Announcement"
sidenav: download
---
---
= FreeBSD 2.1.6 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.6 Release Notes"
sidenav: download
---
---
= FreeBSD 2.1.6 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.6 Security Update"
sidenav: download
---
---
= FreeBSD 2.1.6 Security Update

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.7 Announcement"
sidenav: download
---
---
= FreeBSD 2.1.7 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1.7 Release Notes"
sidenav: download
---
---
= FreeBSD 2.1.7 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1 Announcement"
sidenav: download
---
---
= FreeBSD 2.1 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.1 Announcement"
sidenav: download
---
---
= FreeBSD 2.1 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.1 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.1 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.2 Errata Notes"
sidenav: download
---
---
= FreeBSD 2.2.2 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.2 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.2 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.5 Announcement"
sidenav: download
---
---
= FreeBSD 2.2.5 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.5 Errata Notes"
sidenav: download
---
---
= FreeBSD 2.2.5 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.5 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.5 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.6 Announcement"
sidenav: download
---
---
= FreeBSD 2.2.6 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.6 Errata Notes"
sidenav: download
---
---
= FreeBSD 2.2.6 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.6 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.6 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.7 Announcement"
sidenav: download
---
---
= FreeBSD 2.2.7 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.7 Errata Notes"
sidenav: download
---
---
= FreeBSD 2.2.7 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.7 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.7 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.8 Errata Notes"
sidenav: download
---
---
= FreeBSD 2.2.8 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2.8 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2.8 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2 Announcement"
sidenav: download
---
---
= FreeBSD 2.2 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2 Change Announcement"
sidenav: download
---
---
= FreeBSD 2.2 Change Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 2.2 Release Notes"
sidenav: download
---
---
= FreeBSD 2.2 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.0 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.0 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.0 Release Notes"
sidenav: download
---
---
= FreeBSD 3.0 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.1 Announcement"
sidenav: download
---
---
= FreeBSD 3.1 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.1 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.1 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.1 Release Notes"
sidenav: download
---
---
= FreeBSD 3.1 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.2 Announcement"
sidenav: download
---
---
= FreeBSD 3.2 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.2 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.2 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.2 Release Notes"
sidenav: download
---
---
= FreeBSD 3.2 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.3 Announcement"
sidenav: download
---
---
= FreeBSD 3.3 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.3 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.3 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.3 Release Notes"
sidenav: download
---
---
= FreeBSD 3.3 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.4 Announcement"
sidenav: download
---
---
= FreeBSD 3.4 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.4 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.4 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.4 Release Notes"
sidenav: download
---
---
= FreeBSD 3.4 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.5 Announcement"
sidenav: download
---
---
= FreeBSD 3.5 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.5 Errata Notes"
sidenav: download
---
---
= FreeBSD 3.5 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 3.5 Release Notes"
sidenav: download
---
---
= FreeBSD 3.5 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.0 Announcement"
sidenav: download
---
---
= FreeBSD 4.0 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.0 Errata Notes"
sidenav: download
---
---
= FreeBSD 4.0 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.0 Release Notes"
sidenav: download
---
---
= FreeBSD 4.0 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1.1 Announcement"
sidenav: download
---
---
= FreeBSD 4.1.1 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1.1 Errata Notes"
sidenav: download
---
---
= FreeBSD 4.1.1 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1.1 Release Notes"
sidenav: download
---
---
= FreeBSD 4.1.1 Release Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1 Announcement"
sidenav: download
---
---
= FreeBSD 4.1 Announcement

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1 Errata Notes"
sidenav: download
---
---
= FreeBSD 4.1 Errata Notes

@ -1,7 +1,7 @@
---
title: "FreeBSD 4.1 Release Notes"
sidenav: download
---
---
= FreeBSD 4.1 Release Notes

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save