Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Nov 28, 2013
1 parent 30fd218 commit d3e5690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions site/book-template.html
Expand Up @@ -6,14 +6,11 @@

<head>
<meta charset="utf-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->

<title>${bookTitle} - ${title} - Sonatype.com</title>
<link href="css/application.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/formatting.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/theme.css" media="screen" rel="stylesheet" type="text/css">
<link href="css/sonatype-asciidoc.css" media="screen" rel="stylesheet" type="text/css">


</head>

<body id="executives-page" class="book ${bookId}">
Expand Down
2 changes: 1 addition & 1 deletion template.py
Expand Up @@ -17,6 +17,6 @@
if "index.html" in infile:
print ("Replacing bookTitle - replacing with ToC" )
title = "Table of Contents"
body = body.replace(bookTitle, title, 1)
body = body.replace(bookTitle, title)

open(infile, "w").write( t.merge(locals()) );

0 comments on commit d3e5690

Please sign in to comment.