From 1d546bf4760042f54356b4b7551a6c42a9d8c53b Mon Sep 17 00:00:00 2001 From: karthik Date: Thu, 12 Dec 2019 14:49:45 +0530 Subject: fix bootstrap link --- LICENSE | 2 +- layouts/partials/header.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 46fe619..2aef2b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 YOUR_NAME_HERE +Copyright (c) 2019 Sai Karthik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e0801a1..fff0ea8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,12 +3,12 @@ - + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }} -- cgit v1.2.3