forked from github/pelican
parent
9c87d8f3a3
commit
dc427ad9d6
18 changed files with 28 additions and 28 deletions
2
pelican/themes/simple/templates/author.html
vendored
2
pelican/themes/simple/templates/author.html
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
|
||||
{% block title %}{{ SITENAME|striptags }} - Articles by {{ author }}{% endblock %}
|
||||
|
||||
{% block content_title %}
|
||||
<h1>Articles by {{ author }}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue