fix: subtitle

This commit is contained in:
shenyu
2020-01-30 14:36:03 +08:00
parent da20d7b3c9
commit 2184d5f5ee
3 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11/lib/typed.min.js"></script>
<script>
var typed = new Typed("#subtitle", {
strings: ['<%= theme.subtitle.text %>'],
strings: ['<%= theme.subtitle.text %>','<%= theme.subtitle.text2 %>','<%= theme.subtitle.text3 %>'],
startDelay: <%= theme.subtitle.startDelay %>,
typeSpeed: <%= theme.subtitle.typeSpeed %>,
loop: <%= theme.subtitle.loop %>,