templates/_referencement.html.twig line 1

Open in your IDE?
  1. <meta charset="UTF-8">
  2.         <meta http-equiv="X-UA-Compatible" content="IE=edge">
  3.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.         <link rel="icon" type="image/png" href="{{ asset('images/configuration/' ~ config.societeFavicon) }}" />
  5. {% if config.refDescription %}
  6.         <meta name="description" content="{{ config.refDescription }}"> 
  7.         {% endif %}
  8. {% if config.refKeyword %}
  9. <meta name="keywords" content="{{ config.refKeyword }}">  
  10. {% endif %}
  11. {% if config.refAuthor %}
  12.         <meta name="author" content="{{ config.refAuthor }}"> 
  13. {% endif %}