Skip to content

Commit

Permalink
closed dongweiming#8
Browse files Browse the repository at this point in the history
  • Loading branch information
dongweiming committed Sep 25, 2016
1 parent 1d940bf commit 237d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/chapter3/section2/mako/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<%block name="head">
<link rel="stylesheet" href="style.css" />
<title>${ title() } - My Webpage</title>
<title>${ self.title() } - My Webpage</title>
</%block>
</head>
<body>
Expand Down

0 comments on commit 237d059

Please sign in to comment.