Skip to content

Commit 56725af

Browse files
author
christopheschwyzer
committed
display slogan like html comment
1 parent ff24f70 commit 56725af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
<header id="header">
304304
<div class="logo-wrapper">
305305
<span class="logo" title="Made in Basel"></span>
306-
<p class="slogan">Beautiful code from a beautiful city!</p>
306+
<p class="slogan">Beautiful code from a beautiful city</p>
307307
</div>
308308
<div class="bg">
309309
<svg viewBox="0 0 1600 900" preserveAspectRatio="xMidYMax slice" height="100%" width="100%">

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ strong {
173173
text-shadow: 1px 1px #f5f5f5;
174174
}
175175
#header .logo-wrapper .slogan:before {
176-
content: '< ';
176+
content: '<!-- ';
177177
}
178178
#header .logo-wrapper .slogan:after {
179-
content: ' >';
179+
content: ' -->';
180180
}
181181
@media (min-width: 700px) {
182182
#header .logo-wrapper .slogan {

css/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ strong {
204204
text-shadow: 1px 1px @colorBg;
205205

206206
&:before {
207-
content: '< ';
207+
content: '<!-- ';
208208
}
209209

210210
&:after {
211-
content: ' >';
211+
content: ' -->';
212212
}
213213

214214
@media (min-width: @breakpointMedium) {

0 commit comments

Comments
 (0)