mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-26 23:14:48 +00:00
Merge pull request #23386 from twbs/v4-dev-xmr-up-jekyll
Update Jekyll to v3.5.2 and add `meta generator` tag
This commit is contained in:
commit
30e27e7942
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ GEM
|
|||
ffi (1.9.18)
|
||||
ffi (1.9.18-x64-mingw32)
|
||||
forwardable-extended (2.6.0)
|
||||
jekyll (3.5.1)
|
||||
jekyll (3.5.2)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
||||
|
||||
<title>
|
||||
{% if page.title %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue