if tag in tags:
                                tags[tag]['items'] += 1
                                tags[tag]['posts'].append(content)
                            else:
                                logger.debug('Adding: ' + tag)