UNPKG

hexo-theme-volantis

Version:

Elegant and powerful theme for Hexo.

9 lines (6 loc) 337 B
/* global hexo */ 'use strict'; hexo.extend.filter.register('after_post_render', function(data) { data.content = data.content.replace(/<p><img src="(.*?)" alt="(.*?)"\/><\/p>/g, '<div class="img-wrap"><div class="img-bg"><img class="img" src="$1" alt="$2"\/><\/div><span class="image-caption">$2<\/span><\/div>'); return data; });