Redirect 302 to firt child

This commit is contained in:
floppy0 2018-02-20 16:05:02 +01:00
parent a8901a464e
commit f51a40d28d
2 changed files with 5 additions and 4 deletions

View File

@ -3,5 +3,6 @@
{ {
"name": "Docs X", "name": "Docs X",
"description": "" "description": ""
} },
} "collaborate-with-us-and-edit-this-page": "Collaborate with us and edit this page"
}

View File

@ -7,5 +7,5 @@
</div> </div>
<div class="text-right mt-5"> <div class="text-right mt-5">
<a class="btn btn-primary" href="<?php echo $GITHUB_BASE_URL.$page->key().'/'.FILENAME ?>">Collaborate with us and edit this page</a> <a class="btn btn-primary" href="<?php echo $GITHUB_BASE_URL.$page->key().'/'.FILENAME ?>"><?php echo $Languague->('Collaborate with us and edit this page'); ?></a>
</div> </div>