Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 04:22:02 +10:00
parent d47e424e0b
commit c1e63483a2
1 changed files with 9 additions and 1 deletions

View File

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