Logs for #nikola for 2017-04-24

03:29:57 <mmattice> what does one do to get twitter to pick up an image for the cards?
03:30:08 <mmattice> (the rest of the twitter card works fine)
06:49:07 <ChrisWarrick> mmattice: set previewimage meta, perhaps?
06:49:23 <mmattice> on each post?
08:38:47 <ChrisWarrick> mmattice: those images are supposed to be post specific, right?
12:22:38 <KwBot> [nikola-themes] encarsia opened issue #112: [zen] Update of Font Awesome icons? https://github.com/getnikola/nikola-themes/issues/112
16:01:39 -GitHub[nikola]:#nikola- [nikola] felixfontein created avoid-empty-subarchives (+1 new commit): https://git.io/v9LJ8
16:01:39 -GitHub[nikola]:#nikola- nikola/avoid-empty-subarchives 3a811b8 Felix Fontein: Avoid empty subarchive pages. Fix archive navigation.
16:03:09 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 1 new commit to avoid-empty-subarchives: https://git.io/v9LJK
16:03:09 -GitHub[nikola]:#nikola- nikola/avoid-empty-subarchives 5a91fcb Felix Fontein: Fixing typo.
16:08:26 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2735: Avoid empty subarchives (master...avoid-empty-subarchives) https://git.io/v9LUG
18:29:55 <mmattice> ChrisWarrick: I guess they can be.  Is there a way to have a "default" if one isn't specified?
18:32:43 <ChrisWarrick> mmattice: you can customize the templates to do it. Images appear through og:image (and also affect Facebook and others)
18:35:18 <mmattice> so just .. og:image: /images/foo.jpg?
18:37:18 <ChrisWarrick> no
18:37:38 <ChrisWarrick> .. previewimage: is the user-facing, post-specific meta setting
18:39:11 <ChrisWarrick> og:image is the meta tag that appears in output HTML, defined in post_helper.tmpl, and if you want a fallback image, you need to edit the template code
18:39:47 <mmattice> where's the template code?
18:40:07 <mmattice> I'm digging around the docs now...
18:40:14 <ChrisWarrick> nikola theme -c post_helper.tmpl
18:41:37 <mmattice> ah, cool!  I was wondering why there wasn't a templates/ directory already
18:43:28 <ChrisWarrick> (not everybody wants/needs it)
18:56:15 <mmattice> yeah, makes sense
18:56:21 <mmattice> thanks for the help
19:15:47 <mmattice> hrm, that seems to have broken the card preview on twitter completely
19:26:27 <mmattice> maybe twitter is hosed?
19:27:25 -GitHub[nikola]:#nikola- [nikola] anderbubble closed pull request #2674: [WIP] Basic support for itunes rss tags (master...features/itunes) https://git.io/vD5CJ
19:36:45 <mmattice> seems so.  iframely works.