Skip to content

Commit

Permalink
Merge pull request mixxxdj#27 from Be-ing/change_title
Browse files Browse the repository at this point in the history
change front page title to reflect data from search terms
  • Loading branch information
rryan authored Apr 24, 2018
2 parents 2b0fe60 + e639935 commit 5e4ecdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

{% load i18n %}

{% block title %}{% trans "Download the Best Free MP3 DJ Mixing Software" %}{% endblock %}
{% block title %}{% trans "Download the Best Free DJ Mixing Software App" %}{% endblock %}

{% block extra_script %}
<script type="text/javascript">
Expand Down
4 changes: 2 additions & 2 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

{% load i18n %}

{% block title %}{% trans "Free Digital DJ MP3 Mixing Software" %}{% endblock %}
{% block title %}{% trans "Free DJ Mixing Software App" %}{% endblock %}

{% block after_navbar %}
<div id="driveby_social">
<ul>
<li>
<a href="https://twitter.com/share" class="twitter-share-button"
data-url="http://www.mixxx.org"
data-text="{% blocktrans %}Check out Mixxx - Free Digital DJ MP3 mixing software for Windows, macOS, and Linux{% endblocktrans %}"
data-text="{% blocktrans %}Check out Mixxx - Free DJ mixing software app for Windows, macOS, and Linux{% endblocktrans %}"
data-via="mixxxdj"
data-count="vertical">Tweet</a>
</li>
Expand Down

0 comments on commit 5e4ecdb

Please sign in to comment.