new version of victorhugo

This commit is contained in:
Don Harper 2021-03-07 09:52:11 -06:00
parent 3f23ee1a66
commit c2c20347bb

View file

@ -6,7 +6,7 @@
<!-- Victor Hugo the SEO tool -->
<!-- jQuery import -->
{{ if eq .Params.Victor_Hugo_clean "true" }}{{ else }}
{{ if (eq .Params.Victor_Hugo_clean "true") }}{{ else }}
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
{{ end }}
@ -1404,7 +1404,7 @@
<!-- Focus Keyword -->
<div class="victorhugo_panel">
<p style="text-align:center;">Focus Keyword:
<span id="victorhugo__keyword" title="Enter the keyword/keyphrase you would like this page to rank for in Google. Victor Hugo will run checks to make sure you stay on track.">{{ if .Params.focus_keyword }}{{ .Params.focus_keyword }}{{ end }}
<span id="victorhugo__keyword" title="Enter the keyword/keyphrase you would like this page to rank for in Google. Victor Hugo will run checks to make sure you stay on track.">{{ .Params.focus_keyword }}
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-question-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="M5.25 6.033h1.32c0-.781.458-1.384 1.36-1.384.685 0 1.313.343 1.313 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.007.463h1.307v-.355c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.326 0-2.786.647-2.754 2.533zm1.562 5.516c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>