projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
832768a
)
tell mobile devices that we are prepared
author
Ralf Jung
<post@ralfj.de>
Mon, 24 Aug 2015 08:56:48 +0000
(10:56 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 24 Aug 2015 08:56:48 +0000
(10:56 +0200)
pycco-rs
patch
|
blob
|
history
diff --git
a/pycco-rs
b/pycco-rs
index 2dd50e772a5d51b6811859b446cf93196f9d78b8..fab890bc88eb3fcd4713b64fffacb0dec15f2c0f 100755
(executable)
--- a/
pycco-rs
+++ b/
pycco-rs
@@
-21,7
+21,7
@@
for ext, l in pycco.main.languages.items():
html_src = pycco_resources.html
css_marker = '<link rel="stylesheet" href="{{ stylesheet }}">'
html_src = pycco_resources.html
css_marker = '<link rel="stylesheet" href="{{ stylesheet }}">'
-custom_css = '<link rel="stylesheet" href="pycco_custom.css">'
+custom_css = '<link rel="stylesheet" href="pycco_custom.css">
<meta name="viewport" content="width=device-width">
'
html_src = html_src.replace(css_marker, css_marker+custom_css, 1)
title_marker = '<title>'
html_src = html_src.replace(css_marker, css_marker+custom_css, 1)
title_marker = '<title>'