diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 9d160e1d62dd9c43c718cd12849a6d6fbf45368f..2d595374fe36a91b8038071822b924cd923723f2 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -91,7 +91,7 @@ <h1 class="animated1"> <span>{{$question->topic}}</span> </h1> - <p class="animated2">BBB</p> + <!--<p class="animated2">{{$question->body}}</p>--> <a href="/questions/{{$question->id}}" class="page-scroll btn btn-primary animated3">View question</a> </div> </div> diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index aec10051282054b87b4db921990efbbb1721119d..3558cf5fc9bf3b8d5577767d654e1d96bbcc85ae 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="{{asset('css/app.css')}}"> <link rel="stylesheet" href="{{asset('css/style.css')}}"> + <link rel="icon" href="/storage/logo_itb.png" type="image/x-icon"/> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <title>@yield('title')</title> diff --git a/resources/views/layouts/apphome.blade.php b/resources/views/layouts/apphome.blade.php index 20193a9764de30a2c0fc9dc18bd8a35e110a862a..9c0081a848946cfd1913fb869330a55b78f2dbb9 100644 --- a/resources/views/layouts/apphome.blade.php +++ b/resources/views/layouts/apphome.blade.php @@ -30,7 +30,7 @@ <!-- Colors CSS --> <link rel="stylesheet" type="text/css" href="{{ asset('template/css/color/green.css') }}"> - + <link rel="icon" href="/storage/logo_itb.png" type="image/x-icon"/> <!-- Colors CSS -->