Skip to content
Snippets Groups Projects
Commit 3cdc7c0a authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Fix templates title

parent 109528f5
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
 
{% block title %}• {{ title }}{% endblock title %}
{% block content %}
<div class="container">
<div class="row">
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ sitename }} {% block title %}{% endblock title %}</title>
<title>{{ sitename }}{% block title %}{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/lib/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/lib/bootstrap-theme.min.css">
Loading
Loading
{% extends "base.html" %}
 
{% block title %}&bull; {{ title }}{% endblock title %}
{% block title %} &bull; blog{% endblock title %}
 
{% block content %}
<div class="container">
Loading
Loading
{% extends "base.html" %}
 
{% block title %} &bull; {{ title }}{% endblock title %}
{% block content %}
<div class="container">
<div class="row">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment