Skip to content

Commit

Permalink
Use 'revision' as the meta/@name to document git commit (#2695)
Browse files Browse the repository at this point in the history
close #2692
  • Loading branch information
dontcallmedom authored Nov 28, 2023
1 parent 16c53d7 commit 21e6bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bikeshed/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def addSpecVersion(doc: t.SpecT) -> None:
except subprocess.CalledProcessError:
pass
if revision:
h.appendChild(doc.head, h.E.meta({"name": "document-revision", "content": revision}))
h.appendChild(doc.head, h.E.meta({"name": "revision", "content": revision}))


def addHeaderFooter(doc: t.SpecT) -> None:
Expand Down

0 comments on commit 21e6bbd

Please sign in to comment.