{% extends "base.html" %} {% import "utils.html" as utils %} {% block title %}Libreddit Settings{% endblock %} {% block search %} {% call utils::search("".to_owned(), "", "") %} {% endblock %} {% block body %} Front page: {% call utils::options(prefs.front_page, ["popular", "all"], "popular") %} Layout: {% call utils::options(prefs.layout, ["card", "clean", "compact"], "clean") %} Default comment sort: {% call utils::options(prefs.comment_sort, ["confidence", "top", "new", "controversial", "old"], "confidence") %} Hide NSFW posts: Note: settings are saved in browser cookies. Clearing your cookie data will reset them. {% endblock %}
Note: settings are saved in browser cookies. Clearing your cookie data will reset them.