diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 5ea7788..3402996 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,6 +14,7 @@ <body> {% if config.extra.header_links %} <header> + <div>[root@memzero] # ls</div> <nav itemscope itemtype="http://schema.org/SiteNavigationElement"> {% for link in config.extra.header_links %} <a itemprop="url" href="{{ link.url | safe | replace(from="$BASE_URL", to=config.base_url) }}"><span itemprop="name">{{ link.name }}</span></a> |