Skip to content

Commit

Permalink
Add a disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Dec 7, 2023
1 parent 5263fe7 commit b7b6cc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# adsense: A Quarto Extension for Adding Google Adsense to Quarto HTML Projects
# quarto-google-adsense: A Quarto Extension for Google Adsense

The `adsense` extension allows you to incorporate [Google Adsense](https://adsense.google.com/start/) ad's on various [Quarto](https://quarto.org/) formats, including [HTML](https://quarto.org/docs/output-formats/html-basics.html), [Websites](https://quarto.org/docs/websites/), and [Books](https://quarto.org/docs/books).
The `adsense` extension allows you to incorporate [Google Adsense (GADS)](https://adsense.google.com/start/) ad's on various [Quarto](https://quarto.org/) formats, including [HTML](https://quarto.org/docs/output-formats/html-basics.html), [Websites](https://quarto.org/docs/websites/), and [Books](https://quarto.org/docs/books).

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/coatless-quarto/adsense)

Expand Down Expand Up @@ -57,3 +57,7 @@ adsense:
- [Pandoc: Lua Filters](https://pandoc.org/lua-filters.html)
- [Pandoc: Lua type reference](https://pandoc.org/lua-filters.html#lua-type-reference)
- [Lua: Manual](https://www.lua.org/manual/5.4/)

## Disclaimer

This Quarto extension is open source software and is **not affiliated with** Google. The extension is at best a community effort to simplify the integration of Google's Adsense product inside of Quarto websites.
7 changes: 6 additions & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ adsense:
filters:
- adsense
---
```
```

## Disclaimer

This Quarto extension is open source software and is **not affiliated with** Google. The extension is at best a community effort to simplify the integration of Google's Adsense product inside of Quarto websites.

0 comments on commit b7b6cc9

Please sign in to comment.