Skip to content

Commit e4b8087

Browse files
committed
updating blogs page
1 parent 4ec67c9 commit e4b8087

File tree

6 files changed

+28
-638
lines changed

6 files changed

+28
-638
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ robots.txt
77
sitemap.xml
88
.htaccess
99
/uploads/*
10-
/admin/*
10+
/admin/*
11+
/blogs/*

blog_details.php

-317
This file was deleted.

blogs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ <h3 class="card-title">${truncateString(
630630
}</p>
631631
</div>
632632
</div>
633-
<a href="blogs.php?slug=${
633+
<a href="/blogs/${
634634
blog.slug
635-
}" class="w-100 btn-sm-green">Read more</a>
635+
}.html" class="w-100 btn-sm-green">Read more</a>
636636
</div>
637637
</div>
638638
</div>

0 commit comments

Comments
 (0)