mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +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) => {
|
||||
let total = parseInt(t);
|
||||
|
||||
let fetch_from = total - 12;
|
||||
let fetch_from = total - 14;
|
||||
if (fetch_from < 0) fetch_from = total;
|
||||
|
||||
return fetch(
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
}],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#000000"
|
||||
"theme_color": "#fbfbfb",
|
||||
"background_color": "#121212"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue