Skip to content

Commit

Permalink
feat: Add Carbonads for a month to trial it
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Apr 18, 2024
1 parent d493928 commit 9660dd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
layout: layout
---

<style>
</style>

<div class="container">
<div class="blog-post">
<h1 class="fs-3 fw-bold">{{ page.title }}</h1>
Expand All @@ -17,7 +20,9 @@ <h1 class="fs-3 fw-bold">{{ page.title }}</h1>
</p>
{% include socials/share-buttons.html %}
</div>


<hr/>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CW7DTK3Y&placement=janhendrikewersuk&format=cover" id="_carbonads_js"></script>
<hr />

<div class="panel panel-default">
Expand Down
8 changes: 8 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ body {
background-color: #555273;
}

/* Carbonads
-------------------------------------------------- */
#carbonads {
justify-content: center;
width:100%;
display: flex;
}

/* Footer
-------------------------------------------------- */
footer {
Expand Down

0 comments on commit 9660dd5

Please sign in to comment.