Skip to content

Commit

Permalink
show document title in the HTML page title
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Feb 6, 2023
1 parent 694c5b9 commit eedfb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/templates/authenticated/document.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{page-title (or this.document.title "Document")}}
{{page-title (or @model.doc.title "Document")}}
{{set-body-class "bg-color-page-faint"}}
<Document @document={{@model.doc}} @docType={{@model.docType}} />

0 comments on commit eedfb1e

Please sign in to comment.