diff --git a/_includes/head.html b/_includes/head.html index d03092a02c..266236293b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,7 +10,12 @@ {{site.title}}{% if page.title %} | {{page.title}}{% endif %} - + {% if page.section-type == "index" %} @@ -19,14 +24,19 @@ {% if page.layout == "post" %} {% include syntax-highlight.html %} - + {% endif %} - + {% if site.favicon %} - - - + - {% if site.dynamic-typing %} +{% if site.dynamic-typing %} - + - + - - - + return array; + } + {% if site.shuffle %} + shuffle(myQuotes) {% endif %} -{% endif %} - -{% if site.disqus-shortname %} - - {% if page.has-comments %} + $(".intro-text").typed({ + strings: myQuotes, + typeSpeed: {{ site.type-speed }}, + backDelay: {{ site.delete-delay }}, + startDelay: {{ site.start-delay }}, + loop: {{ site..loop }}, + loopCount: {{ site.loop-count }}, + cursorChar: "|" + }); + - + - + - + - {% if page.section-type == "post" %} + - +{% endif %} {% if page.section-type == "post" %} - + - - + - {% endif %} + + -{% endif %} +{% endif %} {% endif %}