added match_guid function to meta plugin

(cherry picked from commit 8b6fde73669ddf9204acb3d334c3984566f3c59d)

Conflicts:

	IkiWiki/Plugin/meta.pm
master
Joey Hess 2010-04-26 13:47:01 -04:00
parent 0689f2dbc5
commit 7f3047f67c
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ sub match_copyright ($$;@) {
IkiWiki::Plugin::meta::match("copyright", @_);
}
sub match_guid ($$;@) {
IkiWiki::Plugin::meta::match("guid", @_);
}
package IkiWiki::SortSpec;
sub cmp_meta {