Skip to content

Commit

Permalink
added layout for ads
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Jan 7, 2024
1 parent 3f7c149 commit 855f57d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/mypost.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: post
---
{% include advertisement.html %}
{{ content }}

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
layout: home
# Index page
---
{% include advertisement.html %}

0 comments on commit 855f57d

Please sign in to comment.