Skip to content

Commit

Permalink
add Google Reader Revenue Manager code to howtos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 21, 2023
1 parent d99fa11 commit 79f3773
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions _layouts/howto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: page
---
{{ content }}

<script async type="application/javascript"
src="https://news.google.com/swg/js/v1/swg-basic.js"></script>
<script>
(self.SWG_BASIC = self.SWG_BASIC || []).push( basicSubscriptions => {
basicSubscriptions.init({
type: "NewsArticle",
isPartOfType: ["Product"],
isPartOfProductId: "CAowh9_TCw:openaccess",
clientOptions: { theme: "light", lang: "en" },
});
});
</script>
2 changes: 1 addition & 1 deletion howtos/contour-shuttle/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: howto
title: How To Use the Contour ShuttlePRO with Shotcut
category: help
---
Expand Down
2 changes: 1 addition & 1 deletion howtos/contribute/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: howto
title: How to Contribute
category: help
---
Expand Down
2 changes: 1 addition & 1 deletion howtos/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: howto
title: How To Articles
---
{% assign sorted_pages = site.pages | sort:"title" %}
Expand Down
2 changes: 1 addition & 1 deletion howtos/keyboard-shortcuts/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: howto
title: Keyboard Shortcut Reference
category: help
---
Expand Down

0 comments on commit 79f3773

Please sign in to comment.