I'm a hackerman
This commit is contained in:
Ketan Gupta
2018-02-25 21:55:01 +05:30
parent 77ee5eafbc
commit 0306a8d230
3 changed files with 45 additions and 1 deletions

View File

@ -16,7 +16,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{{ title }}
{% if page.titlebar %}
{{ page.titlebar }}
{% else %}
{{ title }}
{% endif %}
</title>
<!-- Open Graph protocol -->