mirror of
https://github.com/arnaucube/decentralized-blogging-platform.git
synced 2026-02-07 11:26:43 +01:00
upload thumb image of the article, some stuff fixed
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
||||
<div ng-repeat="post in user.posts">
|
||||
<div ng-repeat="post in user.posts | orderBy: '-date'">
|
||||
<div ng-include="'views/templates/post-thumb-template.html'"></div>
|
||||
<br>
|
||||
</div>
|
||||
@@ -42,10 +42,10 @@
|
||||
<br>
|
||||
<div class="">
|
||||
<h5>Featured posts</h5>
|
||||
<div ng-repeat="post in featured_posts">
|
||||
<!--<div ng-repeat="post in featured_posts">
|
||||
<div ng-include="'views/templates/post-thumb-template.html'"></div>
|
||||
<br>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user