-
-
+
+
{{ 'I18N_BLOG_HOME_PAGE_NO_RESULTS_FOUND' | translate }}
@@ -59,7 +72,8 @@
-
+
-
+
+
-
+
+
diff --git a/core/templates/pages/blog-author-profile-page/blog-author-profile-page.component.ts b/core/templates/pages/blog-author-profile-page/blog-author-profile-page.component.ts
index 3d41e3cd02db..9227681953ec 100755
--- a/core/templates/pages/blog-author-profile-page/blog-author-profile-page.component.ts
+++ b/core/templates/pages/blog-author-profile-page/blog-author-profile-page.component.ts
@@ -72,7 +72,8 @@ export class BlogAuthorProfilePageComponent implements OnInit {
loadInitialBlogAuthorProfilePageData(): void {
this.blogHomePageBackendApiService.fetchBlogAuthorProfilePageDataAsync(
- this.authorUsername, '0').then((data: BlogAuthorProfilePageData) => {
+ this.authorUsername, '0'
+ ).then((data: BlogAuthorProfilePageData) => {
if (data.numOfBlogPostSummaries) {
this.totalBlogPosts = data.numOfBlogPostSummaries;
this.authorName = data.displayedAuthorName;
diff --git a/core/templates/pages/blog-dashboard-page/blog-card/blog-card.component.html b/core/templates/pages/blog-dashboard-page/blog-card/blog-card.component.html
index 6cd383cd45fe..6b68aa67d151 100644
--- a/core/templates/pages/blog-dashboard-page/blog-card/blog-card.component.html
+++ b/core/templates/pages/blog-dashboard-page/blog-card/blog-card.component.html
@@ -12,7 +12,9 @@
-
{{ blogPostSummary.title }}
+
+ {{ blogPostSummary.title }}
+
-
+
+ class="ml-auto e2e-test-pagination">
-
+
-
+
@@ -59,14 +59,16 @@
{{ 'I18N_BLOG_HOME_SEARCH_PAGE_POSTS_HEADING' | translate }}
-
+
+ [shownOnblogPostPage]="false"
+ class="e2e-test-blog-post-tile-item">
-
+
@@ -82,8 +84,8 @@
[ngClass]="{'pl-5': !isSmallScreenViewActive(), 'mobile-view-columns-separator': isSmallScreenViewActive()}">
-
+
{{ 'I18N_BLOG_HOME_PAGE_WELCOME_HEADING' | translate }}
@@ -94,11 +96,11 @@
{{ 'I18N_BLOG_HOME_PAGE_QUERY_SEARCH_HEADING' | translate }}
-