socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 69dba7e14d23c855d1403c5e46e595d8644abd05
parent d1d1ca0178d984773f941aaaeca7182985f6b487
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Feb 2018 16:21:46 +0100

fix manifest

Diffstat:
Msrc/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.html b/src/index.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> - <link rel="manifest" href="manifest.json" /> + <link rel="manifest" href="/manifest.json" /> <link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet"> </head> <body style="font-family: 'Lora', serif !important;">