From 6247f8ca1e39e62a2ddd231fb3cb4e7f6153b551 Mon Sep 17 00:00:00 2001 From: CaptV0rt3x Date: Wed, 12 Sep 2018 02:22:22 +0530 Subject: [PATCH] Fix mistaken image --- .../{fantasyhero.png => fh.png} | Bin .../{hyrule_2.png => fh_1.png} | Bin .../entry/yuzu-progress-report-2018-p3/index.md | 9 +++++---- 3 files changed, 5 insertions(+), 4 deletions(-) rename site/content/entry/yuzu-progress-report-2018-p3/{fantasyhero.png => fh.png} (100%) rename site/content/entry/yuzu-progress-report-2018-p3/{hyrule_2.png => fh_1.png} (100%) diff --git a/site/content/entry/yuzu-progress-report-2018-p3/fantasyhero.png b/site/content/entry/yuzu-progress-report-2018-p3/fh.png similarity index 100% rename from site/content/entry/yuzu-progress-report-2018-p3/fantasyhero.png rename to site/content/entry/yuzu-progress-report-2018-p3/fh.png diff --git a/site/content/entry/yuzu-progress-report-2018-p3/hyrule_2.png b/site/content/entry/yuzu-progress-report-2018-p3/fh_1.png similarity index 100% rename from site/content/entry/yuzu-progress-report-2018-p3/hyrule_2.png rename to site/content/entry/yuzu-progress-report-2018-p3/fh_1.png diff --git a/site/content/entry/yuzu-progress-report-2018-p3/index.md b/site/content/entry/yuzu-progress-report-2018-p3/index.md index 3c321c02..827b39e7 100644 --- a/site/content/entry/yuzu-progress-report-2018-p3/index.md +++ b/site/content/entry/yuzu-progress-report-2018-p3/index.md @@ -164,9 +164,10 @@ Similarly, we got Retro City Rampage booting because it was trying to get the Us mailwl added more stubs for the `Account` service. Lastly, the `Account` service is mainly for management of your local account or registered users on the system. -{{< imgs - "./fantasyhero.png|Fantasy Hero" - "./hwknight.png|Hollow Knight" +{{< single-title-imgs + "Fantasy Hero" + "./fh.png" + "./fh_1.png" >}} Each user has an unique UUID (Universally Unique Identifier), which is generated when an account is made, and they each have some information about their profile. @@ -178,7 +179,6 @@ He also implemented functions to allow setting the username and locale of the Sw "Hyrule Warriors" "./hyrule.png" "./hyrule_1.png" - "./hyrule_2.png" >}} ogniK also implemented support for loading shared fonts in the `pl:u` service. @@ -383,6 +383,7 @@ We would also love to thank our generous [patrons](https://www.patreon.com/yuzut "./mta.png|Mario Tennis Aces" "./kirby.png|Kirby Star Allies" "./splatoon2.png|Splatoon 2" + "./hwknight.png|Hollow Knight" >}} {{< message Note >}}