diff options
| author | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 23:29:54 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 23:29:54 +0200 |
| commit | bbdf4139facf2c4f3c86610e55773885acfafdbc (patch) | |
| tree | d13386c47e7952f7914e71c385e1d29418be2acb | |
| parent | 1b5fa455c9bc8da7628fe733a136fa7a68ee8742 (diff) | |
Switch site URL to HTTPS
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 948d97d..f1dbf6c 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ title: Automaatio- ja systeemitekniikan kilta email: hallitus@as.fi description: Aivan Sama! -url: "http://beta.as.fi" # the base hostname & protocol for your site +url: "https://beta.as.fi" # the base hostname & protocol for your site baseurl: '' permalink: /uutiset/:categories/:year/:month/:day/:title.html # DO NOT CHANGE! |
