{% extends "layouts/default.html" %} {% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} {% block content %}

Site Settings

Dashboard View Dashboard My Account My Account {% if roles.administrator %} Manage Accounts Manage Accounts {% endif %}

Site Name


Home Page

Only 'Pages' can be used for the Home page. 'Archive Entries' cannot be used because of how the website is designed.

Currently set to: {{settings.home-page}}


Site Logo

Site Logo

Sign-Up

Enabling this setting allows anyone to create account. If this setting is disabled you can still create accounts via the 'Manage Accounts' link above.


Navigation Menu

This is the list of links at the top of the page and is viewable by everyone. The nav. menu can only consist of 'Pages', no 'Archive Entries' can be selected for this menu.

{% for page in pages %}
{% endfor %}

Favicon

A Favicon is the little image in the browser tab. You might need to press 'Shift + F5' if you cannot see the new file.

Favicon

Site-Wide Code Snippet

Enter HTML and JavaScript in the text box below and it will be added to each Page and Archive Entry automatically. The intended use-case for this is adding a snippet provided by Umami to track page views, device types and which country the viewer is in. If you are unsure what any of that means, just ignore this section.

{% endblock %}