Add post_blank to the rust types.
This commit is contained in:
@@ -13,6 +13,7 @@ use super::RenderObject;
|
||||
pub(crate) struct RenderRegularLink {
|
||||
raw_link: String,
|
||||
children: Vec<RenderObject>,
|
||||
post_blank: organic::types::PostBlank,
|
||||
}
|
||||
|
||||
render!(RenderRegularLink, IRegularLink, original, render_context, {
|
||||
@@ -27,5 +28,6 @@ render!(RenderRegularLink, IRegularLink, original, render_context, {
|
||||
Ok(RenderRegularLink {
|
||||
raw_link: original.raw_link.clone(),
|
||||
children,
|
||||
post_blank: original.post_blank,
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user