From dc66e451a966e5ab320451c87ad912a741a71d4e Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 31 Dec 2008 19:29:50 +0100 Subject: Use image title as meta description Allow per-album meta tags --- setup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 06afaeb..bd0c319 100644 --- a/setup.h +++ b/setup.h @@ -39,6 +39,7 @@ typedef struct { char *meta_author; char *meta_description; char *meta_keywords; + gboolean use_title_as_meta; int thumbnail_quality; unsigned long thumbnail_landscape_width; -- cgit v1.2.3