- Notifications
You must be signed in to change notification settings - Fork328
Dan fix head#1233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Dan fix head#1233
Changes from1 commit
af80b74
846f9e6
cb56aa3
fe63690
a212075
d23da22
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
use pgml_components::component; | ||
use sailfish::TemplateOnce; | ||
#[derive(TemplateOnce, Default)] | ||
#[template(path = "layouts/extend_head/template.html")] | ||
pub struct ExtendHead {} | ||
impl ExtendHead { | ||
pub fn new() -> ExtendHead { | ||
ExtendHead {} | ||
} | ||
} | ||
component!(ExtendHead); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
// This file is automatically generated. | ||
// You shouldn't modify it manually. | ||
// src/components/layouts/extend_head | ||
pub mod extend_head; | ||
pub use extend_head::ExtendHead; | ||
// src/components/layouts/head | ||
pub mod head; | ||
pub use head::Head; |
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.