{%- if page.url == "/" -%}
{%- if graph.nodes[graph.homeAlias].backLinks.length === 0 -%}
- Es verweisen keine Seiten auf diese Seite
+ No other pages mentions this page
{%- endif -%}
{%- for backlink in graph.nodes[graph.homeAlias].backLinks -%}
@@ -46,7 +46,7 @@
{%- else -%}
{%- if graph.nodes[page.url].backLinks.length === 0 -%}
- Es verweisen keine Seiten auf diese Seite
+ No other pages mentions this page
{%- endif -%}
{%- for backlink in graph.nodes[page.url].backLinks -%}