diff options
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 8dc08b2..0289202 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ email: buran@silosneeded.com description: >- # this means to ignore newlines until "baseurl:" Blog baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://silosneeded.com" # the base hostname & protocol for your site, e.g. http://example.com pagination_slice: 3 # Exclude from processing. @@ -3,5 +3,3 @@ layout: default --- {% include index.liquid %} -{{ site.default_lang | jsonify }} -{{ page.url | jsonify }} |