Skip to content

Commit

Permalink
Merge pull request #360 from iambibhas/issue_title
Browse files Browse the repository at this point in the history
Modified job page title to include company name and location
  • Loading branch information
jace committed Oct 24, 2016
2 parents 179adc0 + 346bc75 commit aa79259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasjob/templates/detail.html
@@ -1,7 +1,7 @@
{% extends "sheet.html" %}
{%- from "baseframe/forms.html" import ajaxform %}
{%- from "macros.html" import jobheader, stickie %}
{% block title %}{{ headline }}{% endblock %}
{% block title %}{{ headline }} / {{ post.company_name }} / {{ post.location }}{% endblock %}
{% block description %}{{ post.company_name }}, {{ post.location }}, {{ post.type.title }}, {{ post.category.title }}{% endblock %}
{% block canonical_url %}
{%- if g.board and g.board.not_root %}
Expand Down

0 comments on commit aa79259

Please sign in to comment.