all repos — website @ 9134070b2f74ba5b2e8d0f0cf775981acbfc7d56

personal website hosted at prithu.xyz, built using hugo

remove target=_blank
Prithu Goswami prithugoswami524@gmail.com
Thu, 09 Jul 2020 20:06:53 +0530
commit

9134070b2f74ba5b2e8d0f0cf775981acbfc7d56

parent

e39f7d4a13f68fdf9c1ac23aaea7f235256be0b2

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M layouts/index.htmllayouts/index.html

@@ -98,7 +98,7 @@ <h1>Some of my works</h1>

<div class="shadow-box"> <div class="section-text"> {{ range .Site.Data.projects }} - <a href="{{ .url }}" target="_blank"> + <a href="{{ .url }}"> <div class="section-item"> <h2>{{ .title }}</h2> <p class="section-sub-text">{{ .description }}</p>

@@ -117,7 +117,7 @@ <h1>I also write about stuff</h1>

<div class="shadow-box"> <div class="section-text"> {{ range sort (where .Site.RegularPages "Section" "posts") "Date" "desc" | first 3}} - <a href="{{ .RelPermalink }}" target="_blank"> + <a href="{{ .RelPermalink }}"> <div class=section-item> <h2>{{ .Title }}</h2> <p class="section-sub-text">{{ with .Params.description }}{{ . }}{{ else }}{{.Summary | truncate 110 }}{{ end }}</p>