Skip to content

Commit

Permalink
updating ads
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Dec 22, 2023
1 parent ef759d1 commit 6d8ee5d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,5 @@ Videos were made with [asciinema](https://asciinema.org/)
HashiQube is available as open-source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

![Automate all the things](images/automate-all-the-things.png?raw=true "Automate all the things")

[filename](googleads.html ':include :type=iframe')
13 changes: 13 additions & 0 deletions googleads.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<script async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5855657010614500"
crossorigin="anonymous"></script>
<!-- Hashiqube Footer -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5855657010614500"
data-ad-slot="6020892525"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
14 changes: 1 addition & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
<a href="https://www.hashicorp.com/ambassadors/directory?q=riaan" target="_blank" class="qube pink"><img src="/images/hashicorp-logo.svg" border="0" alt="Riaan Nolan Hashicorp Ambassador" title="Riaan Nolan Hashicorp Ambassador"></a>
</div>
<div id="app"></div>
<article class="markdown-section" id="main"></article>
<script>
window.$docsify = {
routerMode: 'history', //hash (default) or history WORK IN PROGRESS (SEO URLs) (history does not work on github pages) see: https://github.com/docsifyjs/docsify/issues/238#issuecomment-1065320116
Expand Down Expand Up @@ -375,18 +376,5 @@
<script src="//unpkg.com/docsify-accordion/src/index.js"></script>
<div class="footer"></div>
<div class="progress-bar"></div>
<article class="markdown-section" id="main">
<!-- Hashiqube Footer -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5855657010614500"
data-ad-slot="6020892525"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</article>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5855657010614500" crossorigin="anonymous"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>

0 comments on commit 6d8ee5d

Please sign in to comment.