Skip to content

Instantly share code, notes, and snippets.

@ygkn
Last active March 29, 2016 15:09
Show Gist options
  • Save ygkn/977b82775533bf482a7a to your computer and use it in GitHub Desktop.
Save ygkn/977b82775533bf482a7a to your computer and use it in GitHub Desktop.
Sinatraでサブタイトルを付ける ref: http://qiita.com/ygkn/items/7421ec04eff441f52201
get '/' do
@subtitle = "サブタイトル"
erb :index
end
<html>
<head>
<title><%= @subtitle && @subtitle + " - " %>サイト名<title>
つづく…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment