https://github.com/b3log/solo/issues/12805 first screen
This commit is contained in:
@@ -18,13 +18,20 @@
|
||||
|
||||
-->
|
||||
<#macro header type>
|
||||
<progress class="fn__progress"></progress>
|
||||
<header class="header header--${type}">
|
||||
<canvas id="canvas"></canvas>
|
||||
<div class="wrapper header__title">
|
||||
<h1 class="header__h1 fn__flex-inline">
|
||||
<img src="${faviconURL}">
|
||||
<a href="${servePath}" rel="start" class="header__title">${blogTitle}</a>
|
||||
</h1>
|
||||
<h2 class="header__h2">${blogSubtitle}</h2>
|
||||
<h2 class="header__desc header__desc--title">${blogSubtitle}</h2>
|
||||
<div class="header__desc">
|
||||
${noticeBoard}
|
||||
</div>
|
||||
<svg class="header__down" id="headerDown" viewBox="0 0 32 32" width="100%" height="100%">
|
||||
<path d="M15.992 25.304c-0 0-0 0-0.001 0-0.516 0-0.981-0.216-1.31-0.563l-0.001-0.001-14.187-14.996c-0.306-0.323-0.494-0.76-0.494-1.241 0-0.998 0.809-1.807 1.807-1.807 0.517 0 0.983 0.217 1.313 0.565l0.001 0.001 12.875 13.612 12.886-13.612c0.331-0.348 0.797-0.565 1.314-0.565 0.481 0 0.918 0.187 1.242 0.493l-0.001-0.001c0.723 0.687 0.755 1.832 0.072 2.555l-14.201 14.996c-0.33 0.348-0.795 0.564-1.311 0.564-0.001 0-0.003 0-0.004 0h0z"></path>
|
||||
</svg>
|
||||
</div>
|
||||
</header>
|
||||
</#macro>
|
||||
Reference in New Issue
Block a user