Skip to content
Snippets Groups Projects
Commit c8a1c7cd authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Adding page's title to HTML-title tag

parent 4a542c39
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -9,7 +9,7 @@
<link rel="shortcut icon" href="{{ "/assets/favicon.png" | relative_url }}" />
<link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,400italic,700" media="all">
<title>{{ site.title }}</title>
<title>{{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}</title>
</head>
<body>
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.4.6"
spec.version = "0.4.7"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
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