diff options
Diffstat (limited to 'makesite.pl')
-rwxr-xr-x | makesite.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makesite.pl b/makesite.pl index f78f387..7b9ad92 100755 --- a/makesite.pl +++ b/makesite.pl @@ -7,7 +7,7 @@ use File::Slurp; use Text::Markdown "markdown"; use Time::Piece; -my $BASE_URL="http://blog.vdouillet.fr/"; +my $BASE_URL="https://blog.vdouillet.fr/"; sub page { my ($pageFile, $pageTitle, $pageContent, $pageType, $id) = @_; |