repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
da1353c
parent
126f4fd
author
Eric Bower
date
2023-09-20 14:41:38 +0000 UTC
chore: update ads
1 files changed,  +5, -5
M src/scripts/static.ts
+5, -5
 1@@ -40,6 +40,11 @@ const createAds = () => {
 2   <div>Search for plugins in the terminal</div>
 3 </div>
 4 
 5+<div class="ad">
 6+  <div><a href="https://pgs.sh">pgs.sh</a></div>
 7+  <div>A zero-dependency static site hosting service for hackers.</div>
 8+</div>
 9+
10 <div class="ad">
11   <div><a href="https://prose.sh">prose.sh</a></div>
12   <div>A blog platform for hackers</div>
13@@ -49,11 +54,6 @@ const createAds = () => {
14   <div><a href="https://bower.sh">bower.sh</a></div>
15   <div>My personal blog</div>
16 </div>
17-
18-<div class="ad">
19-  <div><a href="https://lists.sh">lists.sh</a></div>
20-  <div>A microblog for lists</div>
21-</div>
22 `;
23 };
24