diff --git a/archetypes/reviews.md b/archetypes/reviews.md index 8ca6d95..f7e0437 100644 --- a/archetypes/reviews.md +++ b/archetypes/reviews.md @@ -1,6 +1,7 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} +favorite: false draft: true rating: 5 imdb: 0.0 diff --git a/docs/card.css b/docs/card.css index d2ec5e3..b13a5df 100644 --- a/docs/card.css +++ b/docs/card.css @@ -56,6 +56,16 @@ border-radius: 8px; } +.card-favorite-star { + position: absolute; + display: flex; + right: 20px; + top: 20px; + padding: 10px; + background: rgba(255,255,255,0.25); + border-radius: 100%; +} + @media (prefers-reduced-motion) { .card-content { transition: none; diff --git a/docs/genres/action/index.html b/docs/genres/action/index.html index 69edd3e..1ae6507 100644 --- a/docs/genres/action/index.html +++ b/docs/genres/action/index.html @@ -43,6 +43,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
- 7.2
-
+
+
+
+ 7.2
+
+
+
+
+
+