summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Soler <santiago.r.soler@gmail.com>2021-03-17 17:06:57 -0300
committerSantiago Soler <santiago.r.soler@gmail.com>2021-03-17 17:06:57 -0300
commit3cdde17d4f859c584c2d6acefd17009d154ef8cb (patch)
tree7e47bed784da04dec70acb1985661ea515b71e65
parentb5ba5b971191d7d2ad50eedea70d53fb669731e1 (diff)
downloadwebsite-3cdde17d4f859c584c2d6acefd17009d154ef8cb.tar.gz
Change absolute paths to relative paths in head
-rw-r--r--~santisoler/blog/software-libre-android.html11
-rw-r--r--~santisoler/index.html11
2 files changed, 8 insertions, 14 deletions
diff --git a/~santisoler/blog/software-libre-android.html b/~santisoler/blog/software-libre-android.html
index c4cc08b..15a708d 100644
--- a/~santisoler/blog/software-libre-android.html
+++ b/~santisoler/blog/software-libre-android.html
@@ -4,17 +4,14 @@
<head>
<meta charset="UTF-8" />
<title>~santisoler</title>
- <link rel="shortcut icon" href="/~santisoler/images/favicon.png" />
- <link
- rel="stylesheet"
- href="/~santisoler/assets/fira_code_v5.2/fira_code.css"
- />
- <link rel="stylesheet" href="/~santisoler/style.css" />
+ <link rel="shortcut icon" href="../images/favicon.png" />
+ <link rel="stylesheet" href="../assets/fira_code_v5.2/fira_code.css" />
+ <link rel="stylesheet" href="../style.css" />
</head>
</head>
<body>
<main>
- <a href="/~santisoler">../</a>
+ <a href="../">../</a>
<h1>Software Libre en Android</h1>
diff --git a/~santisoler/index.html b/~santisoler/index.html
index b1175da..ec2dbff 100644
--- a/~santisoler/index.html
+++ b/~santisoler/index.html
@@ -3,12 +3,9 @@
<head>
<meta charset="UTF-8" />
<title>~santisoler</title>
- <link rel="shortcut icon" href="/~santisoler/images/favicon.png" />
- <link
- rel="stylesheet"
- href="/~santisoler/assets/fira_code_v5.2/fira_code.css"
- />
- <link rel="stylesheet" href="/~santisoler/style.css" />
+ <link rel="shortcut icon" href="images/favicon.png" />
+ <link rel="stylesheet" href="assets/fira_code_v5.2/fira_code.css" />
+ <link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
@@ -26,7 +23,7 @@
<ul>
<li>
2021-03-13 |
- <a href="/~santisoler/blog/software-libre-android.html"
+ <a href="blog/software-libre-android.html"
>Software Libre en Android</a
>
</li>
Un proyecto texto-plano.xyz