{% render 'sutty/meta_robots.html', unless: page.sitemap %} {% render 'head/favicons.html', favicon: site.about.logo, if: site.about.logo %} {% render 'style.html', url: site.css.url, hash: site.css.hexdigest, integrity: site.css.base64digest %} {% render 'pack.html', env: jekyll.environment, outputs: site.data.manifest.outputs %} {% render 'preload_font.html', font: 'assets/fonts/forkawesome-webfont.woff2' %} {% render 'activity_pub/head.html', profile: site.activity_pub_profile, actor: site.actor.id, activity: page.activity.id %} {% for network in site.about.social_networks %} {% render 'head/social_network.html', network: -%} {% endfor %} {% seo %}
{% unless page.layout == 'home' %} {% render 'bootstrap/navbar.html', class: 'px-5', items: site.menu_internals, color: 'white', uuid: uuid, cache: false %} {% endunless %}