diff options
author | 2024-04-26 12:10:13 +0200 | |
---|---|---|
committer | 2024-04-26 12:10:13 +0200 | |
commit | 5f658f28525d855b983d0aa1c4cfcb5721b3cbbf (patch) | |
tree | 5d7c8218e57bd6edca56b824bd11411d931bc5fd /products | |
parent | c9d49bba90e59b55e9470b897215e182627e4b77 (diff) | |
download | website-5f658f28525d855b983d0aa1c4cfcb5721b3cbbf.tar.gz website-5f658f28525d855b983d0aa1c4cfcb5721b3cbbf.zip |
Migration to hyde 0.0.3
Diffstat (limited to 'products')
-rw-r--r-- | products/geco/index.rhtml.config | 3 | ||||
-rw-r--r-- | products/hyde/index.rhtml.config | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/products/geco/index.rhtml.config b/products/geco/index.rhtml.config index e3b0713..345c205 100644 --- a/products/geco/index.rhtml.config +++ b/products/geco/index.rhtml.config @@ -1,3 +1,4 @@ title: GECO (GEstione COntabile) category: products -pageNames: [geco]
\ No newline at end of file +pageNames: [geco] +master: master.rhtml diff --git a/products/hyde/index.rhtml.config b/products/hyde/index.rhtml.config index a7b02ce..1a36081 100644 --- a/products/hyde/index.rhtml.config +++ b/products/hyde/index.rhtml.config @@ -1,3 +1,4 @@ title: Hyde category: products -pageNames: [hyde]
\ No newline at end of file +pageNames: [hyde] +master: master.rhtml |