1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Add custom site titles

This commit is contained in:
2017-11-23 17:09:16 +01:00
parent 0323456d2c
commit 084a640021
10 changed files with 34 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title><%= t :site_title %></title>
<title><%= full_title(yield(:title)) %></title>
<%= favicon_link_tag %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>