diff --git a/templates/EbookMetadata.php b/templates/EbookMetadata.php
index d9875c4a..c3121305 100644
--- a/templates/EbookMetadata.php
+++ b/templates/EbookMetadata.php
@@ -32,11 +32,13 @@ $showPlaceholderMetadata = $showPlaceholderMetadata ?? false;
Is Patron selection: |
if($ebook->EbookPlaceholder->IsPatron){ ?>☑ }else{ ?>☐ } ?> |
+ if($ebook->EbookPlaceholder->Difficulty !== null){ ?>
+
+ Difficulty: |
+ = ucfirst($ebook->EbookPlaceholder->Difficulty->value) ?> |
+
+ } ?>
} ?>
-
- Difficulty: |
- = ucfirst($ebook->EbookPlaceholder->Difficulty->value ?? '') ?> |
-