This commit is contained in:
x
2024-06-10 15:14:42 +02:00
parent 0f6538378e
commit c0751b3615
2 changed files with 35 additions and 1 deletions

View File

@@ -21,8 +21,11 @@ function getLastTenCommits() {
echo "</div>";
}
echo "<div class='box'>";
echo "<h5>GIT LOG</h5>";
getLatestCommit();
getLastTenCommits()
getLastTenCommits();
echo "</div>";
?>
@endsection