Add typed.js only in the index page.
This commit is contained in:
parent
df3536bf78
commit
75f02f96b0
2 changed files with 5 additions and 3 deletions
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% if site.dynamic-typing %}
|
||||
{% if site.dynamic-typing and page.section-type == "index"%}
|
||||
|
||||
<!-- Dynamic Typing Start -->
|
||||
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
</script>
|
||||
|
||||
<!-- Dynamic Typing End -->
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
<!-- Javascript End -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,6 @@
|
|||
layout: index
|
||||
section-type: index
|
||||
---
|
||||
Hope you are visiting while not in your <a href="http://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html" target="_blank">Dark Playground</a>
|
||||
<!--
|
||||
If you want to have a static message in your intro layout, disable the dynamic-typing in the _config.yml and write here your text
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue