code style cleanup
This commit is contained in:
parent
94810e5640
commit
d2bff3fb9a
1 changed files with 9 additions and 9 deletions
|
|
@ -108,7 +108,7 @@ $(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click"
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% if site.dynamic-typing and page.section-type == "index"%}
|
||||
{% if site.dynamic-typing and page.section-type == "index" %}
|
||||
|
||||
<!-- Dynamic Typing Start -->
|
||||
|
||||
|
|
@ -144,14 +144,14 @@ $(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click"
|
|||
{% endif %}
|
||||
|
||||
$(".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: "|"
|
||||
});
|
||||
strings: myQuotes,
|
||||
typeSpeed: {{ site.type-speed }},
|
||||
backDelay: {{ site.delete-delay }},
|
||||
startDelay: {{ site.start-delay }},
|
||||
loop: {{ site..loop }},
|
||||
loopCount: {{ site.loop-count }},
|
||||
cursorChar: "|"
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- Dynamic Typing End -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue