From a0190a6ce6cdba78bb67b23c0233de0f32bd39f3 Mon Sep 17 00:00:00 2001 From: "Núbio C. Hott" Date: Mon, 27 Apr 2026 21:43:40 -0300 Subject: Início do repositório MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/nojs/templates/author.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/nojs/templates/author.html (limited to 'themes/nojs/templates/author.html') diff --git a/themes/nojs/templates/author.html b/themes/nojs/templates/author.html new file mode 100644 index 0000000..a190194 --- /dev/null +++ b/themes/nojs/templates/author.html @@ -0,0 +1,8 @@ +{% extends "index.html" %} + +{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} + +{% block content_title %} +

Articles by {{ author }}

+{% endblock %} + -- cgit v1.2.3