{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "Content Settings" | translate }}{% endblock %} {% block content %}
{{ "Posts Per Blog Page" | translate }} {#- -#}
{{ "Posts in Feed" | translate }} {#- -#}
{{ "Items Per Admin Page" | translate }} {#- -#}
{{ "Uploads Path" | translate }} {#- -#} {{ "The directory to which files are uploaded, relative to your installation directory." | translate }}
{{ "Upload Size Limit" | translate }} {#- -#} {{ "(Megabytes)" | translate }}
{{ "Feed Format" | translate }} {#- -#} {% for feed_format in feed_formats %} {{ feed_format.name }} {% endfor %}
{{ "Search Pages" | translate }} {#- -#} {{ "Include pages in search results." | translate }}
{{ "Webmentions" | translate }} {#- -#} {{ "Send and receive notifications when URLs are mentioned." | translate }}
{{ "Unicode Emoticons" | translate }} {{- icon_img("help.svg", "help" | translate) -}} {#- -#} {{ "Display emoticons as Unicode emoji." | translate }}
{{ "Markdown" | translate }} {{- icon_img("help.svg", "help" | translate) -}} {#- -#} {{ "Compose blog content using Markdown text formatting." | translate }}
{{ "Update" | translate }}