mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
Fix some Facebook posts
This commit is contained in:
parent
59a1db8b3f
commit
388644fe8c
13 changed files with 26 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: LSUwake November Riding
|
||||
date: "2006-11-21T00:30:34Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: the show with zefrank
|
||||
date: "2006-11-05T23:54:25Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Nottingham Capoeira Demo 2
|
||||
date: "2006-11-22T00:47:16Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Nottingham Capoeira Demo 1
|
||||
date: "2006-11-22T00:45:56Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: The World Beard and Moustache Championships®
|
||||
date: "2006-12-21T00:25:42Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: South Park Studio
|
||||
date: "2006-12-19T03:20:33Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
@ -7,6 +8,6 @@ references:
|
|||
- url: https://www.sp-studio.de/
|
||||
type: website
|
||||
name: SP-Studio
|
||||
date: 2024-04-04T15:14:16.718106+01:00
|
||||
date: 2024-04-05T12:05:22.682604+01:00
|
||||
---
|
||||
Make South Park people! so cool.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Centrifugal Force
|
||||
date: "2006-12-11T17:30:59Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
@ -6,6 +7,6 @@ bookmarkOf: https://xkcd.com/c123.html
|
|||
references:
|
||||
- url: https://xkcd.com/c123.html
|
||||
name: Centrifugal Force
|
||||
date: 2024-04-04T15:14:16.154472+01:00
|
||||
date: 2024-04-05T12:05:22.219794+01:00
|
||||
---
|
||||
For everyone that just *loved* being told that centrifugal force is fictional.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Flute beatbox - Vidéo Dailymotion
|
||||
date: "2007-02-16T23:20:17Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: 'Victor Keegan: Lost? Follow me in, to the social future'
|
||||
date: "2007-03-15T12:32:08Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
title: cows & cows & cows
|
||||
date: "2010-07-21T09:20:03Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
bookmarkOf: https://www.youtube.com/watch?v=FavUpD_IjVY
|
||||
bookmarkOf: https://www.youtube.com/watch?v=FavUpD_IjVY&feature=player_embedded
|
||||
references:
|
||||
- url: https://www.youtube.com/watch?v=FavUpD_IjVY
|
||||
- url: https://www.youtube.com/watch?v=FavUpD_IjVY&feature=player_embedded
|
||||
type: video
|
||||
name: cows & cows & cows
|
||||
author: cyriak
|
||||
|
@ -12,4 +13,4 @@ references:
|
|||
---
|
||||
COWS!
|
||||
|
||||
{{< youtube "FavUpD_IjVY" >}}
|
||||
{{< youtube "FavUpD_IjVY&feature=player_embedded" >}}
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
date: "2007-01-15T21:35:33Z"
|
||||
tags:
|
||||
- from-facebook
|
||||
---
|
||||
Who needs to revise anyway...
|
||||
|
||||

|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -97,6 +97,9 @@ func postize(e PostCheckinPhotoOrVideo, matches []string) (shared.Post, shared.M
|
|||
if strings.HasSuffix(post.FrontMatter.Title, "shared a link.") {
|
||||
post.FrontMatter.Title = ""
|
||||
}
|
||||
if post.FrontMatter.Title == "" && ref.Name != "" {
|
||||
post.FrontMatter.Title = ref.Name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue