changed name

This commit is contained in:
Alessandro Mauri 2020-08-12 00:31:11 +02:00
parent 1b8a803dd2
commit 50b35683d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
SRCDIR = src SRCDIR = src
DESTDIR = dst DESTDIR = dst
SITENAME = "Mauri's blog" SITENAME = "Mauri's website"
URL = alemauri.eu URL = alemauri.eu
all: all:

View File

@ -1,2 +1,2 @@
<title>Mauri's blog</title> <title>Mauri's website</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">