diff --git a/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/index.md b/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/index.md new file mode 100644 index 00000000..fbbeed95 --- /dev/null +++ b/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/index.md @@ -0,0 +1,8 @@ +--- +media: +- url: media-0.jpg +date: "2009-03-16T14:06:37Z" +tags: +- from-facebook +--- +Send me a message (and a quid :p) if you'd like a copy of the full size one! diff --git a/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/media-0.jpg b/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/media-0.jpg new file mode 100644 index 00000000..b8efc7ee Binary files /dev/null and b/content/photos/facebook/2009-03/qbdtyachhdh4mcsyu3ixugauji/media-0.jpg differ diff --git a/tools/.archiveignore b/tools/.archiveignore index 6095eed9..e2bccece 100644 --- a/tools/.archiveignore +++ b/tools/.archiveignore @@ -11,4 +11,5 @@ p3xhhyck2a6s7zvbu6jddxxunu q52a5kehxx6k3my3wtguijbtlq dibpsddlyh53wou3po54dx4dte 4xrfjvhl5mc7fkvjpb42bfpr5m -ipyvqr7n332u43qac6ygd3qbmu \ No newline at end of file +ipyvqr7n332u43qac6ygd3qbmu +hws3xuvgtvqkwaeck22sqnij6u \ No newline at end of file diff --git a/tools/archive/facebook/exportfile.go b/tools/archive/facebook/exportfile.go index 50773bb1..eea2afad 100644 --- a/tools/archive/facebook/exportfile.go +++ b/tools/archive/facebook/exportfile.go @@ -94,7 +94,7 @@ func postize(e PostCheckinPhotoOrVideo, matches []string) (shared.Post, shared.M post.FrontMatter.References = append(post.FrontMatter.References, ref) } - if strings.HasSuffix(post.FrontMatter.Title, "shared a link.") { + if strings.HasSuffix(post.FrontMatter.Title, "shared a link.") || strings.HasSuffix(post.FrontMatter.Title, "added a new photo.") { post.FrontMatter.Title = "" } if post.FrontMatter.Title == "" && ref.Name != "" {