diff --git a/content/contact.md b/content/contact.md index 195b2e7..3b3d28f 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,6 +2,7 @@ title = "Contact" description = "How to get in contact" weight = 2 +template = "contact.html" [extra] disable_toc = true +++ diff --git a/content/software.md b/content/software.md index 3499e22..3733233 100644 --- a/content/software.md +++ b/content/software.md @@ -4,25 +4,11 @@ description = "Software Development Consulting" weight = 1 +++ -## Get in touch +## TODO -Send a mail to [hello.vumwi@aleeas.com](mailto:hello.vumwi@aleeas.com) - -Or use the form bellow: - - -
+```rust +fn main() { + println!("Hello, World!"); +} + +``` diff --git a/templates/contact.html b/templates/contact.html new file mode 100644 index 0000000..9758387 --- /dev/null +++ b/templates/contact.html @@ -0,0 +1,39 @@ +{% import "_macros.html" as macros %} +{% extends "index.html" %} + +{% block head %} + + + + + + + + + + + + + + +{% endblock head %} + + + + +{% block title %}{{ page.title }} | {{ super() }} {% endblock title %} + +{% block header %} +