Hugo

  • How to add icon for external links (Source)
    <!-- layouts/_default/_markup/render-link.html -->
    <a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}{{ if strings.HasPrefix .Destination "http" }} <i class="fa fa-external-link" aria-hidden="true"></i>{{ end }}</a>
    
  • How to override the theme (Source): layouts/_default/single.html overwrites /themes/<THEME>/layouts/_default/single.html