Update timeline footer, related to #597

This commit is contained in:
Daniel Supernault 2018-12-03 21:52:01 -07:00
parent 6c03599d44
commit 1518cce4fc
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -117,7 +117,7 @@
<a href="{{route('site.platform')}}" class="text-dark pr-2">API</a>
</p>
<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>
</div>
</footer>
@ -129,5 +129,4 @@
@push('scripts')
<script type="text/javascript" src="{{mix('js/timeline.js')}}"></script>
@endpush