Update blog.blade.php
This commit is contained in:
parent
d47e424e0b
commit
c1e63483a2
|
|
@ -9,7 +9,15 @@
|
||||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||||
@endsection
|
@endsection
|
||||||
@section('extras')
|
@section('extras')
|
||||||
<base target="_parent" />
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(window).load(function(){
|
||||||
|
$("a").click(function(){
|
||||||
|
top.window.location.href=$(this).attr("href");
|
||||||
|
return true;
|
||||||
|
})
|
||||||
|
})
|
||||||
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue