Skip to content

Commit

Permalink
fix: home layout HTML parse error, seems jekyll-pagination's bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jun 18, 2018
1 parent b4cbfbc commit 565ce72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
{%- endif -%}

<div class="page__main-inner">
<div></div>
{%- if _show_header -%}
<div class="page__header">{%- include header.html -%}</div>
{%- endif -%}
Expand Down
6 changes: 3 additions & 3 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
permalink: /about/
data:
title: TeXt
sub_title: 'a Jekyll theme for <span class="tips"></span>.'
sub_title: 'a Jekyll theme for <span class="tips" style="display: inline-block; text-align: left; width: 9em;"></span>'
theme: light
actions:
- text: Getting Started
Expand Down Expand Up @@ -70,8 +70,8 @@
<script src="https://cdn.jsdelivr.net/npm/typeit@5.10.1/dist/typeit.min.js"></script>
<script>
new TypeIt('.tips', {
strings: ['Personal Site', 'Blog', 'Project', 'Documentation'],
speed: 100,
strings: ['Personal Site.', 'Blog.', 'Project.', 'Documentation.'],
speed: 150,
breakLines: false,
autoStart: true,
loop: true
Expand Down

0 comments on commit 565ce72

Please sign in to comment.