From 9b67b1be01dab924f9bd3c61523e58bd0f0616cb Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 7 Jun 2020 12:19:15 -0400 Subject: [PATCH] adguard hides images with width="88" and height="31", for some reason? using style="..." gets around it, but maybe open an issue here? https://github.com/AdguardTeam/AdguardFilters/blob/ba4db91022dbebe48967a447b5f818064ee60167/SpywareFilter/sections/general_elemhide.txt#L18 --- content/notes/y2k-land/index.md | 2 +- layouts/partials/page/footer.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/notes/y2k-land/index.md b/content/notes/y2k-land/index.md index 601d7eaf..4bab1c2d 100644 --- a/content/notes/y2k-land/index.md +++ b/content/notes/y2k-land/index.md @@ -23,7 +23,7 @@ The backend is powered by [**QEMU**](https://www.qemu.org/) (as a Pentium III em I must give credit to both [charlie.bz](https://charlie.bz/) and [benjojo.co.uk](https://benjojo.co.uk/), similar websites I was enamored with when they were posted on Hacker News a few years ago. Think we'll see some websites like these with Windows 29 in a decade? -{{< image src="images/windows-me.png" width="320" alt="Windows Millennium Edition®" >}}**@microsoft** Please don't sue me.{{}} +{{< image src="images/windows-me.png" width="320" >}}**@microsoft** Please don't sue me.{{}} Feel free to [open an issue on GitHub](https://github.com/jakejarvis/y2k/issues) if you run into connection glitches or have any inspiration for nostalgic stuff you think would be cool to install persistently on the OS image. I certainly can't help with any actual Windows Me crashes, though — it was beyond help a long, long time ago. Like, [the day it came out](https://books.google.com/books?id=Jbft8HXJZwQC&lpg=PP1&pg=PA76#v=onepage&q&f=false). But it will always have a soft spot in my heart. diff --git a/layouts/partials/page/footer.html b/layouts/partials/page/footer.html index 534048b8..0ede6632 100644 --- a/layouts/partials/page/footer.html +++ b/layouts/partials/page/footer.html @@ -1,7 +1,9 @@