Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 04:26:50 +10:00
parent c1e63483a2
commit 241009a0ec
1 changed files with 1 additions and 10 deletions

View File

@ -9,15 +9,6 @@
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection
@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>
body {
height: 100%;
@ -28,5 +19,5 @@ body {
</style>
@endsection
@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