aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php14
1 files changed, 3 insertions, 11 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index f62a47d..98eeea4 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -78,13 +78,9 @@
?>
<a href="/posts/page/2/"
- class="front__more is-block has-text-centered">
+ class="front__more is-block has-text-centered">
See More Posts
- <?php echo file_get_contents(
- $_SERVER['DOCUMENT_ROOT']
- . '/..'
- . '/public/css/fonts/feather-icons/chevron-right.svg'
- ); ?>
+ <?php featherIcon('chevron-right'); ?>
</a>
<br>
@@ -110,11 +106,7 @@
<a href="/projects/"
class="front__more is-block has-text-centered">
See More Projects
- <?php echo file_get_contents(
- $_SERVER['DOCUMENT_ROOT']
- . '/..'
- . '/public/css/fonts/feather-icons/chevron-right.svg'
- ); ?>
+ <?php featherIcon('chevron-right'); ?>
</a>
<br>