Skip to content

Commit 3f71dff

Browse files
annevkdomenic
authored andcommitted
Make the Policies page fit in, part two
Fixes whatwg#464.
1 parent 633d931 commit 3f71dff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

convert_sg_db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def create_workstreams(db, template):
108108

109109
def wrap_in_site_template(template, title, content):
110110
output = template.replace("@TITLE_GOES_HERE@", title)
111+
output = output.replace("@POLICIES_LINK_GOES_HERE@", "<a href=\"https://whatwg.org/policies\">Policies</a>")
111112
return output.replace("@CONTENT_GOES_HERE@", content)
112113

113114
def main():

whatwg.org/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
self.cacheKey = "v7";
3+
self.cacheKey = "v8";
44
self.toCache = [
55
"/img/arrow.svg",
66
"/img/checker.svg",

0 commit comments

Comments
 (0)