|
|
@ -18,6 +18,7 @@ |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block body %} |
|
|
|
<button class='RSSFeedbtn' onclick="location.href='http://localhost:8080/feed/'">RSS Feed</button> |
|
|
|
{% get_current_language as CURRENT_LANG %} |
|
|
|
<section class="al-page-blog-index"> |
|
|
|
<div class="container py-5"> |
|
|
@ -31,9 +32,9 @@ |
|
|
|
<div class="al-article-author"> |
|
|
|
<div class="col d-flex align-items-start mb-3 mt-3"> |
|
|
|
{% if post.author.user.profile_pic %} |
|
|
|
<img src="{{post.author.user.profile_pic.url}}" class="rounded-circle"> |
|
|
|
<img src="{{post.author.user.profile_pic.url}}" class="rounded-circle" alt="profile"> |
|
|
|
{% else %} |
|
|
|
<img src="{% static 'images/profile1.png' %}" class="rounded-circle"> |
|
|
|
<img src="{% static 'images/profile1.png' %}" class="rounded-circle" alt="profile"> |
|
|
|
{% endif %} |
|
|
|
<div class="p-3 pt-0 pb-0 pr-0"> |
|
|
|
<h6 class="al-article-author-name"> |
|
|
|