We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a00327 commit 8b4c506Copy full SHA for 8b4c506
_layouts/post.html
@@ -18,7 +18,7 @@
18
<h2>{{ page.title }}</h2>
19
<p>{{ page.content }}</p>
20
21
- {% if sponsor %}
+ {% if sponsor.name != "None" %}
22
<div class="infobox post__sponsor-box">
23
<a href="{{ sponsor.link }}">
24
<img class="post__sponsor-img"
_sponsors/1none.md
@@ -0,0 +1,10 @@
1
+---
2
+obj_id: 1none
3
+name: "None"
4
+logo: "None"
5
+link: "None"
6
+address: "None"
7
+lat:
8
+lng:
9
10
+< boilerplate for sponsor None >
0 commit comments