Skip to content

Commit 22d20a8

Browse files
committed
adicionado hashtag no titulo do site
adicionado hashtag no titulo do site para facilitar encontrar nas redes sociais...
1 parent 39fa5ea commit 22d20a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends 'base.html' %}
2-
{% block title %}{{ article.title|striptags }} - {{ article.author }} // {{ super() }}{% endblock title %}
2+
{% block title %}{{ article.title|striptags }} - {{ article.author }} // #{{ super() }}{% endblock title %}
33

44
{% block head_css %}
55
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/pygments.css">

0 commit comments

Comments
 (0)