Skip to content

Commit 80f1d78

Browse files
3.0.8
1 parent 1c89d43 commit 80f1d78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+429
-486
lines changed

README.md

Lines changed: 135 additions & 162 deletions
Large diffs are not rendered by default.

amp.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
{{amp_ghost_head}}
1212

1313
{{!-- Google Fonst --}}
14-
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,600,700" rel="stylesheet" />
14+
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Source+Sans+Pro:400,600" rel="stylesheet" />
1515

1616
{{!-- Style Custom --}}
17-
<style amp-custom>.u-bgColor{background-color:#00A034}{{> "amp/amp-styles"}}</style>
17+
<style amp-custom>.u-bgColor{background-color:#00a034}{{> "amp/amp-styles"}}.article-image img{object-fit: cover;object-position: top}</style>
1818

1919
{{!-- The AMP boilerplate --}}
2020
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>

assets/assets.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"fonts/mapache.eot?25764j": "fonts/mapache.eot",
3-
"fonts/mapache.svg?25764j": "fonts/mapache.svg",
4-
"fonts/mapache.ttf?25764j": "fonts/mapache.ttf",
5-
"fonts/mapache.woff?25764j": "fonts/mapache.woff",
2+
"fonts/mapache.eot?sza94d": "fonts/mapache.eot",
3+
"fonts/mapache.svg?sza94d": "fonts/mapache.svg",
4+
"fonts/mapache.ttf?sza94d": "fonts/mapache.ttf",
5+
"fonts/mapache.woff?sza94d": "fonts/mapache.woff",
66
"images/avatar.png": "images/avatar.png",
77
"images/icon-itunes.png": "images/icon-itunes.png",
88
"images/icon-pocketcasts.png": "images/icon-pocketcasts.png",

assets/fonts/mapache.eot

-200 Bytes
Binary file not shown.

assets/fonts/mapache.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/fonts/mapache.ttf

-200 Bytes
Binary file not shown.

assets/fonts/mapache.woff

-200 Bytes
Binary file not shown.

assets/images/avatar.png

-6 Bytes
Loading

assets/images/icon-itunes.png

-7 Bytes
Loading

assets/images/icon-pocketcasts.png

11 Bytes
Loading

0 commit comments

Comments
 (0)