mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
added blog category and other updates to website module
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
{% block content %}
|
||||
<div class="span12">
|
||||
<h2 id="blog-title">Blog</h2>
|
||||
<p id="blog-link" style="display:none"><a href="blog">Show posts by everyone.</a></p>
|
||||
<br>
|
||||
<div id="blog-list">
|
||||
<!-- blog list will be generated dynamically -->
|
||||
@@ -23,4 +22,5 @@
|
||||
style="display:none;">More...</button>
|
||||
</div>
|
||||
</div>
|
||||
{% include 'html/blog_footer.html' %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user