git: 2f7ef2f73f - main - [doc-es] Unbreak tags in vinum article
Fernando Apesteguía
fernape at FreeBSD.org
Fri Sep 3 18:32:16 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2f7ef2f73f0a1c0054bd7dd94f2f558fc84200a4
commit 2f7ef2f73f0a1c0054bd7dd94f2f558fc84200a4
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-09-03 16:30:58 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-09-03 16:30:58 +0000
[doc-es] Unbreak tags in vinum article
We need to manually remove the surrounding quotes
---
documentation/content/es/articles/vinum/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/es/articles/vinum/_index.adoc b/documentation/content/es/articles/vinum/_index.adoc
index 8c9d8fc5cc..fff00511a6 100644
--- a/documentation/content/es/articles/vinum/_index.adoc
+++ b/documentation/content/es/articles/vinum/_index.adoc
@@ -3,7 +3,7 @@ authors:
-
author: 'Greg Lehey'
description: 'El Gestor de Volúmenes vinum en FreeBSD'
-tags: '["vinum", "Volume Manager", "FreeBSD"]'
+tags: ["vinum", "Volume Manager", "FreeBSD"]
title: 'El Gestor de Volúmenes vinum'
---
More information about the dev-commits-doc-all
mailing list