Update file index.php

This commit is contained in:
Jan BELLON 2024-03-06 23:05:41 +00:00
parent b2ef18ab61
commit 72fb45232b

View File

@ -38,7 +38,7 @@ require "../include/functions.php";
<div>
<div>
<?php
$markdownContent = file_get_contents(../content/index.md);
$markdownContent = file_get_contents('../content/index.md');
require_once 'vendor/autoload.php';
$parsedown = new Parsedown();