Skip to content

Commit

Permalink
Fix the ask page
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Nov 7, 2024
1 parent 9d81668 commit 319ceab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions nav/ask-data/translations.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
var trans = { }

trans.versions = ['en']

trans.outofdatetranslations = []

trans.updatedtranslations = []

trans.unlinkedtranslations = []
6 changes: 3 additions & 3 deletions nav/ask.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

// AUTHORS should fill in these assignments:
f.directory = 'nav'+'/'; // the path to this file, not including /International or the file name
f.filename = 'about'; // the file name WITHOUT extensions
f.filename = 'ask'; // the file name WITHOUT extensions
f.authors = 'Richard Ishida, W3C'; // author(s) and affiliations
f.previousauthors = ''; // as above
f.modifiers = ''; // people making substantive changes, and their affiliation
f.searchString = 'level2-about'; // blog search string - usually the filename without extensions
f.searchString = 'level2-ask'; // blog search string - usually the filename without extensions
f.firstPubDate = '2010-08-19'; // date of the first publication of the document (after review)
f.lastSubstUpdate = { date:'2016-05-06', time:'12:05'} // date and time of latest substantive changes to this document
f.status = 'notreviewed'; // should be one of draft, review, published, notreviewed or obsolete
Expand All @@ -31,7 +31,7 @@

f.additionalLinks = ''
</script>
<script src="about-data/translations.js"> </script>
<script src="ask-data/translations.js"> </script>
<script src="../javascript/doc-structure/article-dt.js"> </script>
<script src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script src="../javascript/doc-structure/sitepage-2022.js"> </script>
Expand Down

0 comments on commit 319ceab

Please sign in to comment.