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