Redirect 302 to firt child
This commit is contained in:
parent
a8901a464e
commit
f51a40d28d
|
@ -3,5 +3,6 @@
|
|||
{
|
||||
"name": "Docs X",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"collaborate-with-us-and-edit-this-page": "Collaborate with us and edit this page"
|
||||
}
|
|
@ -7,5 +7,5 @@
|
|||
</div>
|
||||
|
||||
<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>
|
Loading…
Reference in New Issue