fix julius pringles
This commit is contained in:
parent
329b27524b
commit
41cb769479
BIN
data/images/crazy_name_pringles.png
Normal file
BIN
data/images/crazy_name_pringles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -6,6 +6,8 @@ I remember his name for the first time and having ths probably intended "huh, th
|
|||||||
|
|
||||||
With an official source, numerous additional articles, and many other trusted sources dated before the current cited PDF, this should have _absolutely nothing_ to do with [citogenesis](https://en.wikipedia.org/wiki/Wikipedia:List_of_citogenesis_incidents) as mentioned above, but as it turns out, it just _might_.
|
With an official source, numerous additional articles, and many other trusted sources dated before the current cited PDF, this should have _absolutely nothing_ to do with [citogenesis](https://en.wikipedia.org/wiki/Wikipedia:List_of_citogenesis_incidents) as mentioned above, but as it turns out, it just _might_.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
A quick G\*\*gle search will show you [many](https://www.bakeryandsnacks.com/Article/2021/09/22/Julius-Pringles-gets-a-makeover-to-celebrate-brands-30th-birthday-in-the-UK) [many](https://www.buckinghamshirelive.com/whats-on/food-drink/pringles-mascot-julius-gets-new-5942616) [many](https://www.rd.com/article/pringles-man/) [many](https://retroist.com/what-is-the-name-of-the-pringles-mascot/) [many](https://consequence.net/2020/12/pringles-mascot-john-oliver/) [many](https://www.yahoo.com/video/real-true-history-julius-pringles-131830442.html) (although this last one _did_ skeptically refer to his name, maybe they almost fell down this rabbit hole?) more reasons to assure yourself this isn't some corporate cockup, but it still might be worth looking deeper. There was even a Jeopardy question (answer?) concreting this fact!
|
A quick G\*\*gle search will show you [many](https://www.bakeryandsnacks.com/Article/2021/09/22/Julius-Pringles-gets-a-makeover-to-celebrate-brands-30th-birthday-in-the-UK) [many](https://www.buckinghamshirelive.com/whats-on/food-drink/pringles-mascot-julius-gets-new-5942616) [many](https://www.rd.com/article/pringles-man/) [many](https://retroist.com/what-is-the-name-of-the-pringles-mascot/) [many](https://consequence.net/2020/12/pringles-mascot-john-oliver/) [many](https://www.yahoo.com/video/real-true-history-julius-pringles-131830442.html) (although this last one _did_ skeptically refer to his name, maybe they almost fell down this rabbit hole?) more reasons to assure yourself this isn't some corporate cockup, but it still might be worth looking deeper. There was even a Jeopardy question (answer?) concreting this fact!
|
||||||
|
|
||||||

|

|
||||||
|
@ -76,6 +76,7 @@ init _ url key =
|
|||||||
, Cmd.batch
|
, Cmd.batch
|
||||||
[ fetchPage "home"
|
[ fetchPage "home"
|
||||||
, fetchPage "about"
|
, fetchPage "about"
|
||||||
|
, fetchPage "posts/julius-pringles"
|
||||||
, fetchPage "posts/viveahk"
|
, fetchPage "posts/viveahk"
|
||||||
, fetchPage "posts/librebasics"
|
, fetchPage "posts/librebasics"
|
||||||
]
|
]
|
||||||
@ -216,7 +217,8 @@ page model =
|
|||||||
|
|
||||||
posts =
|
posts =
|
||||||
Dict.fromList
|
Dict.fromList
|
||||||
[ ( "viveahk", { subtext = "Using the Vive Pro controllers on Windows to run shortucts" } )
|
[ ( "julius-pringles", { subtext = "Hey, where did that name come from anyway?" } )
|
||||||
|
, ( "viveahk", { subtext = "Using the Vive Pro controllers on Windows to run shortucts" } )
|
||||||
, ( "librebasics", { subtext = "How to use the internet for free* in poor countries" } )
|
, ( "librebasics", { subtext = "How to use the internet for free* in poor countries" } )
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user