Sources du blog ALLELLA
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
429 B

  1. ---
  2. layout: default
  3. ---
  4. <h2>Accès aux services</h2>
  5. <div class="services">
  6. <ul class="services-list">
  7. {%- for service in site.allella.services -%}
  8. <li class="service">
  9. <a href="{{service.url}}" target="_blank">
  10. {{ service.name | escape }}
  11. </a>
  12. <span>Instance <strong>{{service.info}}</strong></span>
  13. </li>
  14. {%- endfor -%}
  15. </ul>
  16. </div>
  17. {{ content }}