Skip to content

Commit

Permalink
Expand on new IIBlog docs just a tiny bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Aug 17, 2017
1 parent 13762ed commit 7eda24f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/HiD/Processor/IIBlog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,24 @@ few custom utility functions.
=item commafy( \@list )
Joins the items of the list with commas. Oxford comma not included.
Joins the items of the list with commas. Neither an Oxford comma nor
conjunction for the terminal element is included.
=item lc( $string )
Lowercases the string.
=item lightbox( img => $img, alt => $alt, width => $width )
Creates a ligthbox. Both C<img> and C<alt> are mandatory. C<width>,
if not provided, defaults to C<300>.
Creates a ligthbox. Both C<img> and C<alt> are mandatory. C<width>, if not
provided, defaults to C<300>. Requires installation of Magnific Popup elements
for full functioning; see L<http://dimsemenov.com/plugins/magnific-popup>.
=item pretty_date( $datetime )
Takes in a L<DateTime> object and returns a string of the format
C<17 Aug 2017>.
=back
=cut
Expand Down

0 comments on commit 7eda24f

Please sign in to comment.