Doctrings corrections
This commit is contained in:
parent
d5ac713d16
commit
d69e1e81d9
@ -19,8 +19,8 @@ Embed CSS files for Pelican
|
|||||||
===========================
|
===========================
|
||||||
|
|
||||||
This plugin allows you to easily embed CSS files in the header of individual
|
This plugin allows you to easily embed CSS files in the header of individual
|
||||||
articles. The CSS files are embedded using the HTML <link> tag inside the
|
articles or pages. The CSS files are embedded using the HTML <link> tag
|
||||||
<head> tag.
|
inside the <head> tag.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@ -31,7 +31,7 @@ from pelican import signals
|
|||||||
|
|
||||||
def format_css(gen, metastring, formatter):
|
def format_css(gen, metastring, formatter):
|
||||||
"""
|
"""
|
||||||
Create a list of URL-formatted script/style tags
|
Create a list of URL-formatted style tags
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
gen: generator
|
gen: generator
|
||||||
|
Loading…
Reference in New Issue
Block a user