Skip to content

Commit

Permalink
fixed messy content if use unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhuang committed Oct 18, 2016
1 parent 025693c commit 7b7d373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Expand Up @@ -40,7 +40,8 @@ cdn: //cdn.bootcss.com
# stylesheets loaded in the <head>
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
Expand Down
2 changes: 1 addition & 1 deletion layout/layout.ejs
Expand Up @@ -15,7 +15,7 @@ if (pageTitle == '') {
<!DOCTYPE html>
<html lang="<%= config.language %>">
<head prefix="og: http://ogp.me/ns#">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta name="description" content="<%= config.description %>">
<title><%= pageTitle %></title>
Expand Down

0 comments on commit 7b7d373

Please sign in to comment.