mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
perf(about): lazy-load images, remove Tumblr
This commit is contained in:
parent
4b00e927d0
commit
510f3dfe33
3 changed files with 6 additions and 14 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 310 B |
18
index.html
18
index.html
|
|
@ -2257,7 +2257,7 @@
|
||||||
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator%2F"e="
|
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator%2F"e="
|
||||||
data-tip="Share on Facebook"
|
data-tip="Share on Facebook"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
><img alt="Share on Facebook" src="images/Facebook.png"
|
><img alt="Share on Facebook" src="images/Facebook.png" loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -2265,15 +2265,7 @@
|
||||||
href="https://twitter.com/intent/tweet?source=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator&text=%23FantasyMapGenerator%0A%0Ahttps%3A//azgaar.github.io/Fantasy-Map-Generator"
|
href="https://twitter.com/intent/tweet?source=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator&text=%23FantasyMapGenerator%0A%0Ahttps%3A//azgaar.github.io/Fantasy-Map-Generator"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
data-tip="Tweet"
|
data-tip="Tweet"
|
||||||
><img alt="Tweet" src="images/Twitter.png"
|
><img alt="Tweet" src="images/Twitter.png" loading="lazy"
|
||||||
/></a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="http://www.tumblr.com/share?v=3&u=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
|
||||||
target="_blank"
|
|
||||||
data-tip="Post to Tumblr"
|
|
||||||
><img alt="Post to Tumblr" src="images/Tumblr.png"
|
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -2281,7 +2273,7 @@
|
||||||
href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
data-tip="Pin it"
|
data-tip="Pin it"
|
||||||
><img alt="Pin it" src="images/Pinterest.png"
|
><img alt="Pin it" src="images/Pinterest.png" loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -2289,12 +2281,12 @@
|
||||||
href="http://www.reddit.com/submit?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
href="http://www.reddit.com/submit?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
data-tip="Submit to Reddit"
|
data-tip="Submit to Reddit"
|
||||||
><img alt="Submit to Reddit" src="images/Reddit.png"
|
><img alt="Submit to Reddit" src="images/Reddit.png" loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://discord.gg/X7E84HU" target="_blank" data-tip="Join Discord server"
|
<a href="https://discord.gg/X7E84HU" target="_blank" data-tip="Join Discord server"
|
||||||
><img alt="Join Discord server" src="images/Discord.png"
|
><img alt="Join Discord server" src="images/Discord.png" loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
// version and caching control
|
// version and caching control
|
||||||
|
|
||||||
const version = "1.86.00"; // generator version, update each time
|
const version = "1.86.01"; // generator version, update each time
|
||||||
|
|
||||||
{
|
{
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue