{{ .Title }}
++ {{ partial "post/meta.html" . }} +
+ {{ if .Description }} +{{ .Description }}+ {{ end }} + {{ partial "image/header.html" . }} +
+ {{ .Content }}
+
+
+ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0647aa8..0339bde 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -51,6 +51,7 @@ {{ end }} {{ template "_internal/google_analytics_async.html" . }} + {{ partial "head/custom.html" . }} {{ $hackcss_disabled := .Site.Params.hackcss.disabled | default false }} {{ $hackcss_mode := .Site.Params.hackcss.mode | default "hack" }} @@ -58,7 +59,10 @@
| github | https://github.com/rhnvrm |
| keybase | https://keybase.io/rhnvrm |
| https://twitter.com/rhnvrm | |
| https://www.linkedin.com/in/rhnvrm/ | |
| youtube | https://www.youtube.com/user/TheRohanVerma |
| github | + https://github.com/rhnvrm + |
| keybase | + https://keybase.io/rhnvrm + |
| + https://twitter.com/rhnvrm + | |
| + https://www.linkedin.com/in/rhnvrm/ + | |
| youtube | + https://www.youtube.com/user/TheRohanVerma + |
+
+
+
+ Rohan Verma
+ /
+
+ rhnvrm
+
+
+ {{ partial "post/meta.html" . }} +
+ {{ if .Description }} +{{ .Description }}+ {{ end }} + {{ partial "image/header.html" . }} +