From 7b7d373641888aa607dcc117fc26b571dae0410d Mon Sep 17 00:00:00 2001 From: henryhuang Date: Tue, 18 Oct 2016 20:58:09 +0800 Subject: [PATCH] fixed messy content if use unordered list --- _config.yml | 3 ++- layout/layout.ejs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1ecc965..e38d12f 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,8 @@ cdn: //cdn.bootcss.com # stylesheets loaded in the stylesheets: - local/css/aloha.css -- local/css/semantic-ui/2.2.4/semantic.min.css +#- local/css/semantic-ui/2.2.4/semantic.min.css +- cdn/semantic-ui/2.2.4/semantic.min.css - cdn/magnific-popup.js/1.1.0/magnific-popup.min.css # scripts loaded in the end of the body diff --git a/layout/layout.ejs b/layout/layout.ejs index 2b206e7..fce2bab 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -15,7 +15,7 @@ if (pageTitle == '') { - + <%= pageTitle %>