summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@dino.fm>2018-01-05 02:51:44 -0500
committerroot <root@dino.fm>2018-01-05 02:51:44 -0500
commit6d42168581e2602b624c8f60b1a46e05d8535cc4 (patch)
treec5a68cf25788395d5384587b07578fda7920ad36
parent6315fba9a83bb3e24193f35421ec8a41dde6c5ad (diff)
db
-rw-r--r--db.json2
-rw-r--r--templates/.index.liquid.un~bin0 -> 1070 bytes
-rw-r--r--templates/index.liquid4
3 files changed, 3 insertions, 3 deletions
diff --git a/db.json b/db.json
index 1b7d995..7a19656 100644
--- a/db.json
+++ b/db.json
@@ -161,7 +161,7 @@
"__index": 0,
"dateCreated": "Thu, 11 May 2017 12:46:14 GMT",
"image": {
- "uri": "http://asdf.us/paintings/img/pic_of_me.jpg",
+ "uri": "http://asdf.us/z/pic_of_me.jpg",
"caption": "",
"width": "1080",
"height": "1080"
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>