···22title: Addressing the Allegations
33date: 2999-12-31
44colour: "#008282"
55-image:
66- src: "minecraft.png"
77- alt: "Highland cows from minecraft"
55+image: "minecraft.png"
86---
97108The Defence of the Realm Act 1914 (4 & 5 Geo. 5. c. 29) (DORA) was passed in the United Kingdom on 8 August 1914, four days after the country entered the First World War. It was added to as the war progressed. It gave the government wide-ranging powers during the war, such as the power to requisition buildings or land needed for the war effort, and to make regulations creating criminal offences.
···3028> (1) His Majesty in Council has power during the continuance of the present war to issue regulations as to the powers and duties of the Admiralty and Army Council, and of the members of His Majesty's forces, and other persons acting in His behalf, for securing the public safety and the defence of the realm; and may, by such regulations, authorise the trial by courts martial and punishment of persons contravening any of the provisions of such regulations designed—
3129> (a) To prevent persons communicating with the enemy or obtaining information for that purpose or any purpose calculated to jeopardise the success of the operations of any of His Majesty's forces or to assist the enemy; or
3230> (b) To secure the safety of any means of communication, or of railways, docks or harbours; in like manner as if such persons were subject to military law and had on active service committed an offence under section 5 of the Army Act.
3333-3434-
···10101111cmon
12121313-1414-1513Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel sem id elit molestie consectetur eu nec urna. In euismod, nulla vel interdum porta, nisl libero molestie enim, quis tempus nisl diam porta urna. Nulla commodo volutpat justo quis luctus. Proin tincidunt congue massa eu maximus. Sed imperdiet laoreet leo, in varius magna posuere tristique.
1614Nunc eget hendrerit nibh. Nulla ut metus ipsum. Pellentesque rhoncus sollicitudin turpis ac dapibus. Nam ut luctus nisl. Nam ut consequat lorem, eget porta magna. Phasellus consectetur orci eget felis accumsan, vitae condimentum arcu interdum. Aenean eget mattis velit. Donec vitae dolor pretium, molestie eros eget, venenatis nisi. Morbi et ex ante. Nam a nisl consequat leo pulvinar egestas.
1715···77757876Quisque pellentesque ante sit amet risus venenatis dictum. Sed ex felis, vehicula eget viverra sed, tincidunt at eros. Vestibulum nec pellentesque ipsum. Praesent non lectus vitae sem dictum tincidunt et non erat. Morbi faucibus felis at tellus suscipit fermentum ac a est. Ut ornare et quam in porttitor. Suspendisse dolor massa, scelerisque ut accumsan placerat, venenatis vitae mi. Maecenas ut dictum tortor. Curabitur tincidunt urna at tellus suscipit, id suscipit felis interdum. Donec pharetra dui vitae urna sollicitudin maximus. Pellentesque non tellus semper, lobortis risus eget, placerat leo. Quisque fringilla pharetra orci nec consectetur. Nullam rutrum porta ligula, ac suscipit mauris maximus vel.
79778080-Pellentesque volutpat lectus vel velit facilisis, commodo aliquam magna vestibulum. Nunc ut lacus eu justo finibus suscipit. Etiam sed vehicula mi. Duis fermentum dapibus eleifend. Suspendisse potenti. Integer id orci eget metus lacinia vestibulum. Quisque elit urna, sollicitudin eu nisl sit amet, ultrices placerat turpis. Morbi sem risus, suscipit at nunc quis, dignissim bibendum neque. Vivamus sit amet mattis mauris. Fusce vestibulum interdum magna ac auctor. Pellentesque vel efficitur ante. Pellentesque arcu metus, pharetra id leo at, vehicula mollis nibh. Sed sit amet posuere ex. Aenean finibus nisl a dui eleifend convallis. Cras pulvinar lacinia lacus, eget pellentesque metus ullamcorper in. Curabitur aliquet malesuada metus, ac mattis turpis. 7878+Pellentesque volutpat lectus vel velit facilisis, commodo aliquam magna vestibulum. Nunc ut lacus eu justo finibus suscipit. Etiam sed vehicula mi. Duis fermentum dapibus eleifend. Suspendisse potenti. Integer id orci eget metus lacinia vestibulum. Quisque elit urna, sollicitudin eu nisl sit amet, ultrices placerat turpis. Morbi sem risus, suscipit at nunc quis, dignissim bibendum neque. Vivamus sit amet mattis mauris. Fusce vestibulum interdum magna ac auctor. Pellentesque vel efficitur ante. Pellentesque arcu metus, pharetra id leo at, vehicula mollis nibh. Sed sit amet posuere ex. Aenean finibus nisl a dui eleifend convallis. Cras pulvinar lacinia lacus, eget pellentesque metus ullamcorper in. Curabitur aliquet malesuada metus, ac mattis turpis.
+2-3
posts/test copy 3.md
···11---
22title: "yipea"
33date: 2099-12-31
44-image:
55- src: "mc_map_art.png"
66- alt: ""
74colour: red
55+image: "mc_map_art.png"
86---
77+98whats this about dawg
+1-3
posts/test copy.md
···11---
22title: "Test Post 2"
33date: 2022-12-07
44-image:
55- src: "mc_map.png"
66- alt: ""
74colour: magenta
55+image: "mc_map.png"
86---
97108whats this about dawg
···11---
22-import Base from "@/layouts/base.astro";
22+import Base from "@/Base.astro";
33---
4455<Base title="Page Not Found">
···1414 text-decoration: underline;
1515 }
1616 </style>
1717-1717+1818 <h1>404 - Page Not Found</h1>
1919 <p>Sorry, the page you are looking for does not exist.</p>
2020 <button onclick="history.back()">Go Back</button>
···11---
22// import Map from "@/components/map.astro"
33-import Base from "@/layouts/base.astro";
44-import Map from "@/components/index/map.astro";
33+import Base from "@/Base.astro";
44+import Map from "@/components/index/Map.astro";
55---
66+67<Base title="home">
78 <style slot="head">
89 body {
-15
src/pages/post/[id].astro
···11----
22-import Base from "@/layouts/base.astro";
33-import { getEntry } from "astro:content";
44-const { id } = Astro.params;
55-const r404 = Astro.redirect("/404");
66-77-if (!id) return r404
88-const post = await getEntry("blog", id);
99-if (!post) return r404
1010----
1111-1212-<Base title={post.data.title}>
1313- <h1>{post.data.title}</h1>
1414- <p>{JSON.stringify(post)}</p>
1515-</Base>