Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Allow additional logo in CG spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jun 9, 2016
1 parent db24dee commit fe7027f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/w3c/templates/cgbg-headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<p>
<a class='logo' href='http://www.w3.org/'><img width='72' height='48' src='https://www.w3.org/StyleSheets/TR/2016/logos/W3C' alt='W3C'></a>
</p>
<p>
{{#if logos}}
{{showLogos logos}}
{{/if}}
</p>
<h1 class='title p-name' id='title'{{#if doRDFa}} property='dc:title'{{/if}}>{{title}}</h1>
{{#if subtitle}}
<h2 {{#if doRDFa}}property='bibo:subtitle' {{/if}}id='subtitle'>{{subtitle}}</h2>
Expand Down

0 comments on commit fe7027f

Please sign in to comment.