Skip to content

Commit ce6ee3a

Browse files
author
Max Carlson
committed
Fix titles again
1 parent 5bb0277 commit ce6ee3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

process.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55

66
# Rename index file
7-
old_filename = '00-process-codes-landing-page.html'
7+
old_filename = '00-process-codes-home.html'
88
new_filename = 'index.html'
99

1010
os.rename(old_filename, new_filename)
@@ -30,7 +30,7 @@
3030
<link rel="shortcut icon" type="image/png" href="https://animaproject.s3.amazonaws.com/home/favicon.png" />""",""" <meta name="viewport" content="width=1440, maximum-scale=1.0" />"""),
3131
(r""" </body>""",""" <script src="collapsible.js"></script>
3232
</body>"""),
33-
(r"""00-process-codes-landing-page.html""", """index.html"""),
33+
(r"""00-process-codes-home.html""", """index.html"""),
3434
(r"""1a-getting-oriented-all-breakpoints.html""", """1a-getting-oriented.html"""),
3535
(r"""1b-capacity-building-u40mobileu41-all-breakpoints.html""", """1b-capacity-building.html"""),
3636
(r"""the agile development process. <br />You will continue running""", """the agile development process. <br /><br />You will continue running"""),
@@ -66,7 +66,7 @@
6666
cssdirectory = './css/'
6767
csspatterns = [
6868
(r"""@import url\("https://px.animaapp.com/6406baa484a3afe9c63921de.6406baa605cc73851b593804.*.hcp.png"\);""", ''),
69-
(r"""00-process-codes-landing-page.html""", """index.html"""),
69+
(r"""00-process-codes-home.html""", """index.html"""),
7070
(r"""1a-getting-oriented-all-breakpoints.html""", """1a-getting-oriented.html"""),
7171
(r"""1b-capacity-building-u40mobileu41-all-breakpoints.html""", """1b-capacity-building.html"""),
7272
]

0 commit comments

Comments
 (0)