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.
|
- ---
- layout: default
- ---
-
- <h2>Accès aux services</h2>
- <div class="services">
-
-
- <ul class="services-list">
- {%- for service in site.allella.services -%}
- <li class="service">
- <a href="{{service.url}}" target="_blank">
- {{ service.name | escape }}
- </a>
- <span>Instance <strong>{{service.info}}</strong></span>
- </li>
- {%- endfor -%}
- </ul>
-
-
- </div>
-
- {{ content }}
|