Skip to content

Commit

Permalink
Merge pull request #61 from schemen/dev
Browse files Browse the repository at this point in the history
Improve the title and meta description
  • Loading branch information
schemen authored May 3, 2022
2 parents 4b9db68 + b920b1d commit 49e07c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.3(2022-05-03)

### Improvements
* More descriptive title and meta description


## 1.4.2(2022-05-03)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion paperminis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.4.2'
__version__ = '1.4.3'
VERSION = __version__ # synonym
5 changes: 3 additions & 2 deletions templates/base_generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
{% load version %}
{% load env %}

{% block title %}<title>Monster Forge</title>{% endblock %}
{% block title %}<title>MonsterForge - Create your Paper Minis!</title>{% endblock %}
<meta charset="utf-8">
<meta name="description" content="The Monsterforge is the best tool to create your very own paper minis!
Free and open source, this tools helps all the Game Masters and Dungeon Masters create paper miniatures to lift their game to the next level.">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
Expand All @@ -34,7 +36,6 @@
<!-- Notifications Plugin -->
{#<script src="../assets/js/plugins/bootstrap-notify.js"></script>#}
<!-- Control Center for Light Bootstrap Dashboard: scripts for the example pages etc -->
{#<script src="{% static 'assets/js/light-bootstrap-dashboard.js' %}" type="text/javascript"></script>#}
<script src="{% static 'assets/js/light-bootstrap-dashboard.js' %}" type="text/javascript"></script>

<!-- Plausible Insight -->
Expand Down

0 comments on commit 49e07c2

Please sign in to comment.