Skip to content

Commit 5ecd20e

Browse files
authored
Update baseof.html
1 parent a5189d6 commit 5ecd20e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

layouts/_default/baseof.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,15 @@
208208
{{ end }}
209209

210210
</article>
211+
212+
{{ if .IsHome }}
213+
<div class="my-5 text-center w-75 mx-auto">
214+
<h1>Patch Clamp Ninja</h1>
215+
<p>The <em>Patch Clamp Ninja</em> is here to give people a unique phrase to search for to help locate this webpage</p>
216+
<img src="https://swharden.com/patch/img/patch-clamp-ninja.png" class="w-100" style="max-width: 500px">
217+
</div>
218+
{{ end }}
219+
211220
</div>
212221

213222
<footer class="pb-5">
@@ -244,4 +253,4 @@
244253

245254
</body>
246255

247-
</html>
256+
</html>

0 commit comments

Comments
 (0)