Skip to content

Commit

Permalink
Don't hardcode site title
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed May 3, 2016
1 parent 875d03a commit 198a27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hasjob/templates/apply_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<meta itemprop="description" content="View candidate details."/>
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Hasjob"/>
<meta itemprop="name" content="{{ config['SITE_TITLE'] }}"/>
<link itemprop="url" href="{{ url_for('index', subdomain=none, _external=true) }}"/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion hasjob/templates/confirm_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<meta itemprop="description" content="This is a confirmation email for the job you listed."/>
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Hasjob"/>
<meta itemprop="name" content="{{ config['SITE_TITLE'] }}"/>
<link itemprop="url" href="{{ url_for('index', subdomain=none, _external=true) }}"/>
</div>
</div>
Expand Down

0 comments on commit 198a27c

Please sign in to comment.