mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Update footer with new versioning
This commit is contained in:
@@ -1,22 +1,21 @@
|
|||||||
mode: number
|
mode: absorb
|
||||||
blade-directive: version
|
blade-directive: version
|
||||||
current:
|
current:
|
||||||
label: v
|
label: ''
|
||||||
major: 3
|
major: 3
|
||||||
minor: 2
|
minor: 2
|
||||||
patch: 5
|
patch: 5
|
||||||
prerelease: beta
|
prerelease: ''
|
||||||
buildmetadata: null
|
buildmetadata: ''
|
||||||
commit: '100002'
|
commit: 418455c5
|
||||||
timestamp:
|
timestamp:
|
||||||
mode: absorb
|
year: 2020
|
||||||
year: null
|
month: 6
|
||||||
month: null
|
day: 21
|
||||||
day: null
|
hour: 18
|
||||||
hour: null
|
minute: 44
|
||||||
minute: null
|
second: 55
|
||||||
second: null
|
timezone: America/New_York
|
||||||
timezone: null
|
|
||||||
commit:
|
commit:
|
||||||
mode: git-local
|
mode: git-local
|
||||||
length: 6
|
length: 6
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container-fluid">
|
<div class="row w-100">
|
||||||
|
<div class="col-4">
|
||||||
<nav class="float-left">
|
<nav class="float-left">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://gitlab.com/TheGamecraft/c-cms/wikis/home">
|
<a href="https://docs.exvps.ca/">
|
||||||
Documentation
|
Documentation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -14,8 +15,13 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
</div>
|
||||||
|
<div class="col-4 m-auto">
|
||||||
|
<small class="text-gray">C-CMS @version('compact')</small>
|
||||||
|
</div>
|
||||||
|
<div class="col-4">
|
||||||
|
<div class="container-fluid">
|
||||||
<div class="copyright float-right">
|
<div class="copyright float-right">
|
||||||
<span>C-CMS @version('compact')</span>
|
|
||||||
©
|
©
|
||||||
<script>
|
<script>
|
||||||
document.write(new Date().getFullYear())
|
document.write(new Date().getFullYear())
|
||||||
@@ -23,4 +29,6 @@
|
|||||||
<a href="https://gitlab.com/c-cms" target="_blank">L'équipe de C-CMS</a>
|
<a href="https://gitlab.com/c-cms" target="_blank">L'équipe de C-CMS</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
<nav class="float-left">
|
<div class="row w-100">
|
||||||
|
<div class="col-7">
|
||||||
|
<nav class="float-left">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@if(App\Config::getData('media_twitter'))
|
@if(App\Config::getData('media_twitter'))
|
||||||
@@ -15,11 +17,18 @@
|
|||||||
@endif
|
@endif
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="copyright float-right">
|
</div>
|
||||||
|
<div class="col-2 my-auto text-right">
|
||||||
|
<small class="text-gray">C-CMS @version('compact')</small>
|
||||||
|
</div>
|
||||||
|
<div class="col-3">
|
||||||
|
<div class="copyright float-right">
|
||||||
©
|
©
|
||||||
<script>
|
<script>
|
||||||
document.write(new Date().getFullYear())
|
document.write(new Date().getFullYear())
|
||||||
</script>, made with <i class="material-icons">favorite</i> by
|
</script>, made with <i class="material-icons">favorite</i> by
|
||||||
C-CMS.
|
C-CMS.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user