mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update timeline footer, related to #597
This commit is contained in:
parent
6c03599d44
commit
1518cce4fc
1 changed files with 1 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
||||||
<a href="{{route('site.platform')}}" class="text-dark pr-2">API</a>
|
<a href="{{route('site.platform')}}" class="text-dark pr-2">API</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-0 text-uppercase font-weight-bold text-muted small">
|
<p class="mb-0 text-uppercase font-weight-bold text-muted small">
|
||||||
<a href="http://pixelfed.org" class="text-muted" rel="noopener">Powered by PixelFed</a>
|
<a href="http://pixelfed.org" class="text-muted" rel="noopener" title="version {{config('pixelfed.version')}}" data-toggle="tooltip">Powered by PixelFed</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -129,5 +129,4 @@
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript" src="{{mix('js/timeline.js')}}"></script>
|
<script type="text/javascript" src="{{mix('js/timeline.js')}}"></script>
|
||||||
|
|
||||||
@endpush
|
@endpush
|
Loading…
Reference in a new issue