mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
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:
parent
f2309a54b0
commit
b253d4d3a0
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ const FETCH_COMMENTS = () => {
|
||||||
.then((t) => {
|
.then((t) => {
|
||||||
let total = parseInt(t);
|
let total = parseInt(t);
|
||||||
|
|
||||||
let fetch_from = total - 12;
|
let fetch_from = total - 14;
|
||||||
if (fetch_from < 0) fetch_from = total;
|
if (fetch_from < 0) fetch_from = total;
|
||||||
|
|
||||||
return fetch(
|
return fetch(
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta name="description" content="My personal website" />
|
<meta name="description" content="My personal website" />
|
||||||
<meta
|
<meta
|
||||||
name="keywords"
|
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
|
<meta
|
||||||
name="robots"
|
name="robots"
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
<meta name="color-scheme" content="dark" />
|
<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/generic/main.min.css" />
|
||||||
<link rel="stylesheet" href="/content/styles/clean/index.css" />
|
<link rel="stylesheet" href="/content/styles/clean/index.css" />
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
}],
|
}],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#fbfbfb",
|
||||||
"background_color": "#000000"
|
"background_color": "#121212"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue