Update blog.blade.php
This commit is contained in:
parent
5d75e614cc
commit
75a930d401
|
|
@ -9,7 +9,7 @@
|
||||||
<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 href="https://archblox.blogspot.com" target="_parent">
|
<base href="https://archblox.com" target="_parent">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -20,6 +20,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%"
|
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;"></iframe>
|
||||||
style="border:none;"></iframe>
|
|
||||||
@endsection
|
@endsection
|
||||||
Loading…
Reference in New Issue