Skip to content

Commit

Permalink
Added versioning to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
capachow committed Jul 10, 2020
1 parent 23c509f commit cc17949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

/**
* Arcane Blog 20.07.1 MIT
**/

if(path(1) == 'post') {
$posts = array_column($posts, null, 'slug');
$post = $content($posts[path(2)]);
Expand Down

0 comments on commit cc17949

Please sign in to comment.