diff options
l--------- | static/css/libweb.css | 1 | ||||
l--------- | static/libweb.css | 1 | ||||
-rw-r--r-- | themes/bare/layouts/index.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/static/css/libweb.css b/static/css/libweb.css deleted file mode 120000 index efe201e..0000000 --- a/static/css/libweb.css +++ /dev/null @@ -1 +0,0 @@ -../../libweb/libweb.css
\ No newline at end of file diff --git a/static/libweb.css b/static/libweb.css new file mode 120000 index 0000000..9dd798c --- /dev/null +++ b/static/libweb.css @@ -0,0 +1 @@ +../libweb/libweb.css
\ No newline at end of file diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html index 6d11e7a..0bb2fdb 100644 --- a/themes/bare/layouts/index.html +++ b/themes/bare/layouts/index.html @@ -12,7 +12,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="./css/libweb.css" type="text/css"> + <link rel="stylesheet" href="./libweb.css" type="text/css"> </head> |