Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 04:18:23 +10:00
parent 5d75e614cc
commit 75a930d401
1 changed files with 2 additions and 3 deletions

View File

@ -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