mirror of https://github.com/halo-dev/halo
Add avatar property in ThemeProperty#Author
parent
028b2b423f
commit
b138c2f820
|
@ -78,5 +78,10 @@ public class ThemeProperty {
|
||||||
* Author website.
|
* Author website.
|
||||||
*/
|
*/
|
||||||
private String website;
|
private String website;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Author avatar.
|
||||||
|
*/
|
||||||
|
private String avatar;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue