lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

commit da6135696994016ae90d81adbf1f15139f4a4cc4
parent 920a7ccdf2640ffc3bd284bf3855bcae83d8cee3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri,  9 Oct 2020 14:47:30 +0200

Change base URL to SSL

Diffstat:
Mconfig.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "http://lectures.alex.balgavy.eu" +base_url = "https://lectures.alex.balgavy.eu" title = "Lecture Notes" description = "My lecture notes. Primarily for myself, maybe useful for others." default_language = "en"