copyright.html (327B)
1 {#- 2 This file was automatically generated - do not edit 3 -#} 4 <div class="md-copyright"> 5 {% if config.copyright %} 6 <div class="md-copyright__highlight"> 7 {{ config.copyright }} 8 </div> 9 {% endif %} 10 {% if not config.extra.generator == false %} 11 Made for Sound-Engineers around the world 12 {% endif %} 13 </div>