diff --git a/org/index.org b/org/index.org index 8fe1702..2153e50 100644 --- a/org/index.org +++ b/org/index.org @@ -1,11 +1,8 @@ #+OPTIONS: toc:nil #+OPTIONS: num:nil +#+TITLE: Francesco's blog #+HTML_HEAD: -#+BEGIN_EXPORT html -

[ Francesco's blog ]

-#+END_EXPORT - ** *~* Resources - [[https://fragal.eu/cartastraccia][News and online feed reader]] ([[https://fragal.eu/git/lagfra/cartastraccia][code]]) - [[https://fragal.eu/git][Self-hosted Git]] diff --git a/site/css/stylesheet.css b/site/css/stylesheet.css index c8d6e78..614b40c 100644 --- a/site/css/stylesheet.css +++ b/site/css/stylesheet.css @@ -11,6 +11,11 @@ font-size: 18px; } +h1 { + color: purple; + text-decoration: none; +} + h2 a { color: purple; text-decoration: none;