Skip to content

Commit

Permalink
Fixed bug #5: Tables do not render properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed Jun 17, 2017
1 parent e46cbc0 commit 9cdf57e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
## 2.1.0 (2017-04-30)
## 2.1.1 (2017-06-17)
* [Fixed] English Language Improvements.
* [Fixed] Fixed bug #5: Tables do not render properly.

## 2.1.0 (2017-04-30)
* [New] Structure changed in order to has support for themes from Spress 2.2.0.

## 2.0.1 (2016-01-09)

* [Improved] Updated to Bootstrap v3.3.6.
* [Fixed] Fixed the `taxonomy_attribute` in tags an categories pages.
* [Fixed] Minor fixes in README.md file.

## 2.0.0 (2016-01-01)

* Initial version for Spress 2.x
10 changes: 6 additions & 4 deletions src/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ page.content }}
{% endblock %}
</div>

<footer id="footer">
<div class="container">
<div class="row">
Expand All @@ -32,15 +32,17 @@
Powered by <a href="http://spress.yosymfony.com">Spress</a>.
</p>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="{{ site.url }}/assets/js/bootstrap.min.js"></script>

{% if site.code_highlight %}
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
{% endif %}


<script>$('table').addClass('table');</script>

{% block javascript %}{% endblock %}
</footer>
</body>
Expand Down

0 comments on commit 9cdf57e

Please sign in to comment.