diff options
author | 2021-12-27 17:06:26 +0100 | |
---|---|---|
committer | 2021-12-27 17:06:26 +0100 | |
commit | 4a11ca5aa241c5d5128083b125c36175272f590c (patch) | |
tree | 4ae7ee0ea4dfffce77a74579f9923c226c1663f1 /articles | |
parent | b3f18f3fbcf967d7289085f976dd272f33af8e47 (diff) | |
download | website-4a11ca5aa241c5d5128083b125c36175272f590c.tar.gz website-4a11ca5aa241c5d5128083b125c36175272f590c.zip |
Correct *.config files
Diffstat (limited to 'articles')
3 files changed, 6 insertions, 6 deletions
diff --git a/articles/2009/20090602_socket_pt1.rhtml.config b/articles/2009/20090602_socket_pt1.rhtml.config index e0b1f94..d162241 100644 --- a/articles/2009/20090602_socket_pt1.rhtml.config +++ b/articles/2009/20090602_socket_pt1.rhtml.config @@ -1,2 +1,2 @@ -title = "Programmare con le socket (Parte 1)" -pageName = home +title: "Programmare con le socket (Parte 1)" +pageName: home diff --git a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config index e13ae32..78a9f53 100644 --- a/articles/2021/20210420_install-certificates-with-certbot.rhtml.config +++ b/articles/2021/20210420_install-certificates-with-certbot.rhtml.config @@ -1,2 +1,2 @@ -title = "Installare certificati con certbot" -pageName = home +title: "Installare certificati con certbot" +pageName: home diff --git a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config index 65718b8..b1b5f55 100644 --- a/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config +++ b/articles/2021/20211213_log4shell-0-day-vulnerability.rhtml.config @@ -1,2 +1,2 @@ -title = "Gravi vulnerabilità in Log4j" -pageName = home +title: "Gravi vulnerabilità in Log4j" +pageName: home |