summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/.index.liquid.un~bin0 -> 1070 bytes
-rw-r--r--templates/index.liquid4
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.index.liquid.un~ b/templates/.index.liquid.un~
new file mode 100644
index 0000000..23a4d75
--- /dev/null
+++ b/templates/.index.liquid.un~
Binary files differ
diff --git a/templates/index.liquid b/templates/index.liquid
index a65b104..2d6c3da 100644
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -22,12 +22,12 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500|Roboto:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" data-noprefix>
- <link rel="stylesheet" href="/assets/css/css.css">
+ <link rel="stylesheet" href="/paintings/assets/css/css.css">
</head>
<body>
<div id="container"></div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script>
- <script src="/bundle.js"></script>
+ <script src="/paintings/bundle.js"></script>
</body>
</html>