Update blog.blade.php
This commit is contained in:
parent
c1e63483a2
commit
241009a0ec
|
|
@ -9,15 +9,6 @@
|
||||||
<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')
|
||||||
<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%;
|
||||||
|
|
@ -28,5 +19,5 @@ body {
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
@section('custom_content')
|
@section('custom_content')
|
||||||
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;"></iframe>
|
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;" seamless></iframe>
|
||||||
@endsection
|
@endsection
|
||||||
Loading…
Reference in New Issue