Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #243 from jjb/patch-1
switch erb tag to non-output variety
  • Loading branch information
dgalarza committed Dec 5, 2016
2 parents 3ed17de + a0acf3b commit 138cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ meta-data on High Voltage pages.

```ruby
# app/views/pages/about.html.erb
<%= content_for :page_title, 'About Us - Custom page title' %>
<% content_for :page_title, 'About Us - Custom page title' %>
```
Then print the contents of `:title` into the layout:
Expand Down

0 comments on commit 138cf7a

Please sign in to comment.