{% if page.description %}
{% endif %}
{% if page.tags %}
{% else %}
{% endif %} {% if page.title %}
{{ page.title }} | Apache Libcloud
{% else %}
{{ site.title }} | Apache Libcloud
{% endif %}
{% if page.title %}
{% else %}
{% endif %} {% if page.url == "/" or page.url == "/index.html" %}
{% endif %} {% if page.description %}
{% endif %} {% if page.title and page.tags %}
{% else %}
{% endif %} {% if page.url %}
{% endif %} {% if page.date %}
{% endif %} {% if page.tags %} {% for tag in page.tags %}
{% endfor %} {% endif %} {% css_asset_tag global %} - /_assets/css/extern/bootstrap.css - /_assets/css/extern/syntax/colorful.css - /_assets/css/material-switch.css - /_assets/css/main.css {% endcss_asset_tag %}
Toggle navigation
Apache Libcloud
{% assign url = page.url | remove:"index.html" | replace: ".html", "" %} {% for item in site.navigation %} {% assign item_url = item.url | remove:"index.html" | replace: ".html", "" %}
{{ item.text }}
{% endfor %}
Dark mode
{{ content }}
{% javascript_asset_tag global %} - _assets/js/extern/jquery-3.6.0.js - _assets/js/extern/bootstrap.js - _assets/js/main.js - _assets/js/mode-switcher.js {% endjavascript_asset_tag %} {% if page.url == "/" or page.url == "/index.html" %} {% javascript_asset_tag index %} - _assets/js/code-examples.js {% endjavascript_asset_tag %} {% endif %} {% include analytics.html %}