diff --git a/static/index.html b/static/index.html index 014f9b0..2414e15 100644 --- a/static/index.html +++ b/static/index.html @@ -50,14 +50,16 @@
-

+        
+        

Follow posts by instance

-

+        
+        
diff --git a/static/urlgen.js b/static/urlgen.js index 7a338ab..61ea949 100644 --- a/static/urlgen.js +++ b/static/urlgen.js @@ -7,7 +7,7 @@ var value = encodeURIComponent(inputEl.value.replace(/^#/, "")); preEl.innerText = value ? "https://" + document.location.host + "/" + id + "/" + value : - ""; + "\n"; }, 10); } inputEl.addEventListener('change', onChange);