diff --git a/config.toml b/config.toml index ad1112a..a3a7418 100644 --- a/config.toml +++ b/config.toml @@ -19,4 +19,5 @@ profession = "Software Developer" email = "mail@va3zza.com" twitter = "ewpratten" github = "ewpratten" -qrz = "va3zza" \ No newline at end of file +qrz = "va3zza" +linkedin = "ewpratten" \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index b303725..d161eca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,12 +36,15 @@
{{config.extra.profession}}
-
+
{{config.extra.email}}
{{config.extra.github}}
-
+
+ {{config.extra.linkedin}}
+
{{config.extra.qrz}}