Let's see if explicitly setting the encoding to UTF-8 fixes GitHub Pages rendering of .asm files
This commit is contained in:
parent
fe12091acf
commit
ec7c6b6e89
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ github_username: jeffpar
|
||||||
|
|
||||||
left_brace: "{"
|
left_brace: "{"
|
||||||
right_brace: "}"
|
right_brace: "}"
|
||||||
|
encoding: UTF-8
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue