@@ -45,6 +45,15 @@ <h1 class="post-title" data-pagefind-meta="title">{{ page.title | markdownify }}
4545
4646 {% if page.image %}
4747 < div class ="featured-image-container mb-4 ">
48+ < div class ="wishlist-promo ">
49+ < div class ="wishlist-promo-glass ">
50+ < iframe src ="https://store.steampowered.com/widget/3107870/?l=english " frameborder ="0 "> </ iframe >
51+ </ div >
52+
53+ < img class ="wishlist-promo-overlay fade-in-long wishlist-promo-overlay-left d-none d-md-block " src ="/assets/img/posts/overlay-left.png " alt ="">
54+ < img class ="wishlist-promo-overlay fade-in-long wishlist-promo-overlay-right d-none d-sm-block " src ="/assets/img/posts/overlay-right.png " alt ="">
55+ < img class ="wishlist-promo-overlay fade-in-long wishlist-promo-overlay-right d-xs-block d-sm-none " src ="/assets/img/posts/overlay-right-mobile.png " alt ="">
56+ </ div >
4857 < img width ="2048 " height ="400 " class ="featured-image " fetchpriority ="high " src ="{% if page.image contains ' ://' %} {{ page.image | replace_first: 'assets/img/social/', 'assets/img/cover/' }}{% else %}{{site.baseurl }}/{{ page.image | replace_first: 'assets/img/social/', 'assets/img/cover/' }}{% endif %} " alt ="{{ page.title }} ">
4958 {% comment %}
5059 {% if page.thumbtext %}
@@ -139,6 +148,24 @@ <h1 class="post-title" data-pagefind-meta="title">{{ page.title | markdownify }}
139148 </ div >
140149 </ div >
141150 </ div >
151+
152+ < div class ="featured-image-container mb-5 mt-5 ">
153+ < div class ="wishlist-promo " style ="left: -24px ">
154+ < div class ="wishlist-promo-glass ">
155+ < iframe src ="https://store.steampowered.com/widget/3107870/?l=english " frameborder ="0 "> </ iframe >
156+ </ div >
157+
158+ < img class ="wishlist-promo-overlay wishlist-promo-overlay-left d-none d-md-block " src ="/assets/img/posts/overlay-left.png " alt ="">
159+ < img class ="wishlist-promo-overlay wishlist-promo-overlay-right d-none d-sm-block " src ="/assets/img/posts/overlay-right.png " alt ="">
160+ < img class ="wishlist-promo-overlay wishlist-promo-overlay-right d-xs-block d-sm-none " src ="/assets/img/posts/overlay-right-mobile.png " alt ="">
161+ </ div >
162+ < img width ="2048 " height ="400 " class ="featured-image " fetchpriority ="high " src ="assets/img/cover/XucH5JNRFig.webp " alt ="Highland Keep Promo ">
163+ {% comment %}
164+ {% if page.thumbtext %}
165+ < div class ="featured-image-text "> {{ page.thumbtext }}</ div >
166+ {% endif %}
167+ {% endcomment %}
168+ </ div >
142169 </ div >
143170</ div >
144171
0 commit comments