Skip to content

Commit f3e3d97

Browse files
committed
Updates in config and default layout to display properly Portuguese characters.
1 parent 2ec9f9a commit f3e3d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
safe: true
22
lsi: false
3-
pygments: true
3+
highlighter: true
44
future: true
55
markdown: redcarpet
6+
encoding: utf-8
67
redcarpet:
78
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<html>
22
<head>
3+
<meta charset="utf-8">
34
<link rel='stylesheet' type='text/css' href='../../stylesheets/style.css' />
4-
55
<link rel='stylesheet' type='text/css' href='../../stylesheets/pygments.css' />
66
<link rel='stylesheet' type='text/css' href='../../stylesheets/github.css' />
7-
87
</head>
98
<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} }>
109
<div id="main">

0 commit comments

Comments
 (0)