We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5189d6 commit 5ecd20eCopy full SHA for 5ecd20e
layouts/_default/baseof.html
@@ -208,6 +208,15 @@
208
{{ end }}
209
210
</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
220
</div>
221
222
<footer class="pb-5">
@@ -244,4 +253,4 @@
244
253
245
254
</body>
246
255
247
-</html>
256
+</html>
0 commit comments