15 lines
498 B
Twig
15 lines
498 B
Twig
{% extends 'layout.html.twig' %}
|
|
|
|
{%
|
|
set topMenu = {
|
|
"menu": [
|
|
],
|
|
"social": [
|
|
{ "iconClass": "fab fa-php", "url": "https://packagist.org/packages/opencultureconsulting/basics"},
|
|
{ "iconClass": "fab fa-github", "url": "https://github.com/opencultureconsulting/php-basics"},
|
|
{ "iconClass": "fab fa-mastodon", "url": "https://openbiblio.social/@occ"},
|
|
{ "iconClass": "fas fa-envelope-open-text", "url": "mailto:office@opencultureconsulting.com"}
|
|
]
|
|
}
|
|
%}
|