Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit ec77ba4

Browse files
authored
Update 2021-06-27-Hello-World.md
1 parent 60eac84 commit ec77ba4

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

Diff for: _posts/2021-06-27-Hello-World.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
title: Hello World!
33
---
44

5-
{{ content | add_ad_code_before_first_h2 }}
5+
<!-- EthereumAds -->
6+
<div id="EthereumAds-linuxcodevblog"></div>
7+
<script src="https://ethereumads.com/adviewer.js">
8+
</script>
9+
<script>
10+
EthereumAds.initAdSlot({
11+
acceptedCurrencies: ["ALL"], // option ALL for all whitelisted tokens, ETH for Ethereum, DAI for DAI Stablecoin
12+
//validatorEndpoint:"", // optional custom validator
13+
mediaType: "image_1280x720",
14+
fallback: "default", // default, none, custom url
15+
slot: "linuxcodevblog",
16+
address: "0xd404f198c4f580727eb11cd69b581d5f10c7efd9",
17+
platform: "",
18+
affiliate: "",
19+
keywords:"", //comma separatedy
20+
adult: false,
21+
version: "1.00"
22+
});
23+
/*
24+
for responsive ads add and adjust this according to your needs:
25+
responsive: [
26+
{ mediaType: "image_728x90", minWidth: 728 },
27+
{ mediaType: "image_300x600" }
28+
],
29+
*/
30+
</script>
31+
<!-- /EthereumAds -->
632

7-
# Hello World!
33+
<h1>Hello World!</h2>

0 commit comments

Comments
 (0)