diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:43:15 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:43:15 +0530 |
commit | 51028529461c27ab27842df04260d5bdecf20d03 (patch) | |
tree | 7f6d53f0181a494b5f9274c3c23ffdeed0d53079 /content/misc | |
parent | 65e4d7377b33a1e35dd6d88de5b5331c45605da6 (diff) |
Upgrade to Pelican 4 s/{filename}/{static}/
Diffstat (limited to 'content/misc')
-rw-r--r-- | content/misc/weird_html_encoding_issue.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/misc/weird_html_encoding_issue.rst b/content/misc/weird_html_encoding_issue.rst index 9c5378e..d65f76c 100644 --- a/content/misc/weird_html_encoding_issue.rst +++ b/content/misc/weird_html_encoding_issue.rst @@ -31,7 +31,7 @@ mail I sent earlier in gmail inbox and clicked on attachment and when browser opened the attachment I was shocked/surprised . Did you ask why?. See what I saw when I opened attachment. -.. image:: {filename}/images/converted_html.png +.. image:: {static}/images/converted_html.png Well I was confused for moment on what happened, I tried downloading the file and opened it an editor, and I see Chinese characters here also. After reaching @@ -70,7 +70,7 @@ opened the same file. Below is the small gif showing this happening in real time, see what happens in emacs buffer when I change the encoding in terminal below. Fun right?. -.. image:: {filename}/images/html_weirdness.gif +.. image:: {static}/images/html_weirdness.gif I made following observation from above experiments. |