{% capture title %}{% if paginator.page and paginator.page != 1 %}{{ page.title }} - Page {{ paginator.page }}{% else %}{{ page.title }}{% endif%} · TortoiseSVN{% endcapture %} {{ title }} {% capture meta_description %}{% if page.description %}{{ page.description }}{% if paginator.page and paginator.page != 1 %} - Page {{ paginator.page }}{% endif%}{% elsif page.excerpt %}{{ page.excerpt | newline_to_br | replace: '
', ' ' | strip_html | strip_newlines | replace: ' ', '' | truncate: 155 }}{% else %}{{ site.description }}{% endif %}{% endcapture %} {% if page.keywords %}{% endif %} {% include favicons.html %} {% if page.slug == "home" %} {% else %} {% endif %} {% capture current_page_lang %}{{ page.lang }}{% endcapture %} {% unless page.id == nil %} {% assign pages = site.pages | where: "id", page.id | sort: "path" %} {% for page in pages %} {% unless page.lang == current_page_lang %} {% endunless %} {% endfor %} {% endunless %} {% capture body_class %}{{ page.layout }}{% if page.body_class %} page-{{ page.body_class }}{% elsif page.slug %} page-{{ page.slug | slugify }}{% endif %}{% endcapture %} {% unless page.id == nil %} {% assign pages = site.pages | where: "id", page.id | sort: "path" %} {% endunless %}
{% if page.lang == "de" %} {% include menu.de.html %} {% include sidebar.de.html %} {% elsif page.lang == "zh" %} {% include menu.zh.html %} {% include sidebar.zh.html %} {% else %} {% include menu.html %} {% include sidebar.html %} {% endif %}
TortoiseSVN Logo