mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
added writers page
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<div class="span12">
|
||||
<hr />
|
||||
<p><a href="blog">Show posts by everyone</a></p>
|
||||
{% if categories %}
|
||||
<h5>Explore posts by categories</h5>
|
||||
<ul class="breadcrumb" style="background-color: transparent; padding-left: 0px;">
|
||||
@@ -8,5 +7,7 @@
|
||||
<li><a href="blog?category={{ category }}">{{ category }}</a>
|
||||
{% if not loop.last %}<span class="divider">/</span>{% endif %}</li>
|
||||
{% endfor %}
|
||||
<br><br>
|
||||
{% endif %}
|
||||
<p>Show posts by <a href="blog">everyone</a>. Meet the <a href="writers">writers</a> of this blog</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user