diff options
author | HombreLaser <buran@silosneeded.com> | 2024-05-07 22:02:03 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-05-07 22:02:03 -0600 |
commit | cf4888945734689b27c5cfbf756a5c826e03e7a2 (patch) | |
tree | ad4e7516470fab9a7dafeb4fa828b65c82f39eff | |
parent | 63b10d66e6fae0da14c3488df956bc0b3c90f937 (diff) |
A fix? Finally?
-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 }} |