commit 3d7bd8b2b43dcbdb98c10fd5aa23ea62d920ff45 parent 6dade71336767d8130f41a91f179ccbe7a7a0c3e Author: Chris Bracken <chris@bracken.jp> Date: Fri, 24 May 2019 13:13:22 -0700 Eliminate image field from post front matter This field was used by an older theme to insert an image behind the post title, but is no longer used with the current theme. Diffstat:
22 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/content/post/2001-08-17-merida-yucatan-mexico.md b/content/post/2001-08-17-merida-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-08-17T16:00:00Z" -image: 2001-08-17-cathedral.jpg tags: - Mexico - Travel diff --git a/content/post/2001-08-28-quest-for-a-hammock.md b/content/post/2001-08-28-quest-for-a-hammock.md @@ -1,6 +1,5 @@ --- date: "2001-08-28T00:00:00Z" -image: 2001-08-28-old-door.jpg tags: - Mexico - Travel diff --git a/content/post/2001-08-31-chelem-yucatan-mexico.md b/content/post/2001-08-31-chelem-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-08-31T14:00:00Z" -image: 2001-08-31-chelem.jpg tags: - Mexico - Travel diff --git a/content/post/2001-08-31-progreso-yucatan-mexico.md b/content/post/2001-08-31-progreso-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-08-31T10:00:00Z" -image: 2001-08-31-palapa.jpg tags: - Mexico - Travel diff --git a/content/post/2001-09-06-isla-mujeres-quintana-roo-mexico.md b/content/post/2001-09-06-isla-mujeres-quintana-roo-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-09-06T00:00:00Z" -image: 2001-09-06-lancha.jpg tags: - Mexico - Travel diff --git a/content/post/2001-09-11-dzibilchaltun-yucatan-mexico.md b/content/post/2001-09-11-dzibilchaltun-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-09-11T00:00:00Z" -image: 2001-09-11-munecas-door.jpg tags: - Mexico - Travel diff --git a/content/post/2001-12-18-palenque-chiapas-mexico.md b/content/post/2001-12-18-palenque-chiapas-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-12-18T00:00:00Z" -image: 2001-12-18-temple-of-inscriptions.jpg tags: - Mexico - Travel diff --git a/content/post/2001-12-21-san-cristobal-de-las-casas-chiapas.md b/content/post/2001-12-21-san-cristobal-de-las-casas-chiapas.md @@ -1,6 +1,5 @@ --- date: "2001-12-21T00:00:00Z" -image: 2001-12-21-plaza.jpg tags: - Mexico - Travel diff --git a/content/post/2001-12-24-tulum-quintana-roo-mexico.md b/content/post/2001-12-24-tulum-quintana-roo-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-12-24T00:00:00Z" -image: 2001-12-24-tulum.jpg tags: - Mexico - Travel diff --git a/content/post/2001-12-26-chichen-itza-yucatan-mexico.md b/content/post/2001-12-26-chichen-itza-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-12-26T00:00:00Z" -image: 2001-12-26-el-castillo.jpg tags: - Mexico - Travel diff --git a/content/post/2001-12-27-valladolid-yucatan-mexico.md b/content/post/2001-12-27-valladolid-yucatan-mexico.md @@ -1,6 +1,5 @@ --- date: "2001-12-27T00:00:00Z" -image: 2001-12-27-cenote.jpg tags: - Mexico - Travel diff --git a/content/post/2002-03-19-la-habana.md b/content/post/2002-03-19-la-habana.md @@ -1,6 +1,5 @@ --- date: "2002-03-19T00:00:00Z" -image: 2002-03-19-old-havana-street.jpg tags: - Cuba - Travel diff --git a/content/post/2002-03-21-trinidad-cuba.md b/content/post/2002-03-21-trinidad-cuba.md @@ -1,6 +1,5 @@ --- date: "2002-03-21T00:00:00Z" -image: 2002-03-21-trinidad-street.jpg tags: - Cuba - Travel diff --git a/content/post/2003-08-17-biking-japan-2003.md b/content/post/2003-08-17-biking-japan-2003.md @@ -1,6 +1,5 @@ --- date: "2003-08-17T00:00:00Z" -image: 2003-08-17-cycling-in-japan.jpg tags: - Cycling - Japan diff --git a/content/post/2004-11-04-apartment-hunting.md b/content/post/2004-11-04-apartment-hunting.md @@ -1,6 +1,5 @@ --- date: "2004-11-04T00:00:00Z" -image: 2004-11-04-balcony.jpg title: Apartment Hunting --- diff --git a/content/post/2004-12-30-fresh-snow.md b/content/post/2004-12-30-fresh-snow.md @@ -1,6 +1,5 @@ --- date: "2004-12-30T00:00:00Z" -image: 2004-12-30-fuji.jpg tags: - Japan title: Fresh Snow diff --git a/content/post/2005-01-05-akemashite-omedetou.md b/content/post/2005-01-05-akemashite-omedetou.md @@ -1,6 +1,5 @@ --- date: "2005-01-05T00:00:00Z" -image: 2005-01-05-yasaka.jpg tags: - Japan title: 明けましておめでとうございます! diff --git a/content/post/2005-03-29-huh.md b/content/post/2005-03-29-huh.md @@ -1,6 +1,5 @@ --- date: "2005-03-29T00:00:00Z" -image: 2005-03-29-gakugeidai.jpg tags: - Japan - WTF diff --git a/content/post/2005-04-09-yuki-fubuki.md b/content/post/2005-04-09-yuki-fubuki.md @@ -1,6 +1,5 @@ --- date: "2005-04-09T00:00:00Z" -image: 2005-04-09-sakura.jpg tags: - Japan title: 桜吹雪 diff --git a/content/post/2007-05-30-google-reader.md b/content/post/2007-05-30-google-reader.md @@ -1,6 +1,5 @@ --- date: "2007-05-30T00:00:00Z" -image: 2007-05-30-google-reader.png tags: - Software - Web diff --git a/content/post/2007-06-06-pr6.md b/content/post/2007-06-06-pr6.md @@ -1,6 +1,5 @@ --- date: "2007-06-06T00:00:00Z" -image: 2007-06-06-happy_birthday.png tags: - Retro title: PR#6 diff --git a/content/post/2011-05-10-moving-to-us-letter-of-compliance.md b/content/post/2011-05-10-moving-to-us-letter-of-compliance.md @@ -1,6 +1,5 @@ --- date: "2011-05-10T00:00:00Z" -image: 2011-05-10-futile.jpg tags: - Canada - Howto