From 8bb77d83704420018879774281e01c700fe1b111 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 19 Oct 2022 17:35:26 +0900 Subject: [PATCH] Add metadetails section with details about movies --- layouts/partials/head.html | 1 + layouts/partials/metadetails.html | 36 +++++++++++++++++++++++++++++++ layouts/reviews/single.html | 1 + static/metadetails.css | 19 ++++++++++++++++ static/style.css | 2 +- 5 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/metadetails.html create mode 100644 static/metadetails.css diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7a86821..2fae879 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,6 +11,7 @@ +