summaryrefslogtreecommitdiffstats
path: root/ui/src/index.html
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-05 22:29:20 -0700
committerDessalines <tyhou13@gmx.com>2019-04-05 22:29:20 -0700
commite826f631d84c2d29aa9adde13188d4b0affa0a13 (patch)
treeff7201e7114863b6b145e74e5e5d9c82ccd3daa0 /ui/src/index.html
parent751cf26be6ff598bd1ef213e4a60df5f0db8ceed (diff)
Adding docker.
- Adding docker support. Fixes #6 - Completing the name change to lemmy. Fixes #36 - Running DB migrations from code. Fixes #38
Diffstat (limited to 'ui/src/index.html')
-rw-r--r--ui/src/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/index.html b/ui/src/index.html
index 2b79ac1c..eff8efa3 100644
--- a/ui/src/index.html
+++ b/ui/src/index.html
@@ -6,11 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/ico" href="/static/assets/favicon.ico" />
- <title>rust-reddit-fediverse</title>
+ <title>Lemmy</title>
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800" rel="stylesheet">
- <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/css/sortable-theme-minimal.min.css" /> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/sortable/0.8.0/js/sortable.min.js"></script>
</head>