Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
311 changes: 311 additions & 0 deletions content/blog/2021-04-29-vaccine-trends-hispanic.Rmd

Large diffs are not rendered by default.

304 changes: 304 additions & 0 deletions content/blog/2021-04-29-vaccine-trends-hispanic.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,13 @@ people:
external: true
team:
- blog
- key: kmorris
firstName: Katherine
lastName: Morris
description: is a Research Scientist on the Demography and Survey Science team at Facebook.
external: true
team:
- blog
- firstName: Michael
lastName: Finke
image: michael-fink.jpg
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/images/blog-lg-vaccine-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/images/blog-lg-vaccine-2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/images/blog-thumb-vaccine-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog/images/blog-thumb-vaccine-2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion themes/delphi/layouts/partials/webp-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
<img src="{{ .src | relURL }}" {{ range $elem_key, $elem_val := . }}{{if ne $elem_key "src"}}{{$elem_key}}="{{$elem_val}}"{{end}}{{end}}/>
</picture>
{{ else }}
<img src="{{ .src | relURL }}" {{ range $elem_key, $elem_val := . }}{{if ne $elem_key "src"}}{{$elem_key}}="{{$elem_val}}"{{end}}{{end}}/>
<picture>
<img src="{{ .src | relURL }}" {{ range $elem_key, $elem_val := . }}{{if ne $elem_key "src"}}{{$elem_key}}="{{$elem_val}}"{{end}}{{end}}/>
</picture>
{{ end }}