mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-04-01 21:13:11 +00:00
add banner
This commit is contained in:
9
src/_includes/components/banner.njk
Normal file
9
src/_includes/components/banner.njk
Normal file
@@ -0,0 +1,9 @@
|
||||
{% if site.banner %}
|
||||
<section id="banner" style="display: none">
|
||||
<div class="banner__content">
|
||||
<p>
|
||||
<a href="/embassy-pro">Embassy Pro</a> presale ends Nov 20, 11:00pm ET. Price will rise from $1,499 to $1,899. <a target="_blank" rel="noopener noreferrer" href="{{ site.products.pro }}">Get yours</a>!
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user