gmgsite/themes/hugo-casper3/layouts/shortcodes/download.html

6 lines
432 B
HTML

<div id="download-banner">
<span><svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 -950 960 960" width="32" fill="white"><path d="M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"/></svg><a href="{{ index .Params 0 }}"><h4>{{ index .Params 1 }}</h4></a>
<small>{{ index .Params 2 }}</small>
</span>
</div>