index,js/config : fix manifest and add more comments loading

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-04-06 02:24:07 +03:00
parent f2309a54b0
commit b253d4d3a0
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ const FETCH_COMMENTS = () => {
.then((t) => {
let total = parseInt(t);
let fetch_from = total - 12;
let fetch_from = total - 14;
if (fetch_from < 0) fetch_from = total;
return fetch(

View file

@ -9,7 +9,7 @@
<meta name="description" content="My personal website" />
<meta
name="keywords"
content="website, webdev, linux, programming, ari, ari-web, Ari Archer, terminal, dark, blog, javascript, opensource, free"
content="website, webdev, linux, programming, ari, ari-web, Ari Archer, terminal, dark, blog, javascript, opensource, free, index, comments, blogging, js, foss"
/>
<meta
name="robots"
@ -18,7 +18,7 @@
<meta property="og:type" content="website" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="black" />
<meta name="theme-color" content="#121212" />
<link rel="stylesheet" href="/content/styles/generic/main.min.css" />
<link rel="stylesheet" href="/content/styles/clean/index.css" />

View file

@ -10,6 +10,6 @@
}],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#000000"
"theme_color": "#fbfbfb",
"background_color": "#121212"
}