Skip to content

Commit 83a49d0

Browse files
committed
Allow title date without logo
1 parent 49fd9a3 commit 83a49d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/templates/xunit/layout/_master.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
</div>
106106

107107
<article data-uid="{{uid}}">
108-
{{#logo-title}}
108+
{{#title-date}}
109109
<h1>{{title}} <span class="label label-title-date">{{ title-date }}</span></h1>
110-
<p><img src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" class="dnflogo" title=".NET Foundation logo" /></p>
111-
{{/logo-title}}
110+
{{#logo-title}}<p><img src="https://raw.githubusercontent.com/xunit/media/main/dotnet-foundation.svg" class="dnflogo" title=".NET Foundation logo" /></p>{{/logo-title}}
111+
{{/title-date}}
112112

113113
{{#analyzer}}
114114
<div>

0 commit comments

Comments
 (0)