diff --git a/README.md b/README.md index 302e5f5..188493e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. diff --git a/docs/index.qmd b/docs/index.qmd index a548d30..7d9c1e1 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -64,4 +64,9 @@ adsense: filters: - adsense --- -``` \ No newline at end of file +``` + +## 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. +