layouts/shortcodes/logo.html
40100125
 <span class="dropcap">
   <a href="{{ .Get "href" }}">
     <img src="{{ .Get "src" }}"/>
   </a>
 </span>