Work so far in refactoring front-end
- Mainly getting rid of existing css/js - No longer linking to stuff like a11y.css - Creating a FrontPageController to better deal with the home page
This commit is contained in:
parent
30f9b0f557
commit
5ef23376be
135 changed files with 7461 additions and 100 deletions
|
@ -16,10 +16,6 @@
|
|||
{!! $notes->render() !!}
|
||||
@stop
|
||||
|
||||
@if (Request::path() == '/')@include('templates.bio')@endif
|
||||
|
||||
@section('scripts')
|
||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||
<script defer src="/assets/js/links.js"></script>
|
||||
@include('templates.mapbox-links')
|
||||
@stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue