Skip to content

Commit

Permalink
author-prakruthi-manjunath.html (glugmvit#177)
Browse files Browse the repository at this point in the history
fixing Bug glugmvit#35 for author Prakruthi
  • Loading branch information
SHUBHENDU SHUBHAM authored and AvikantSrivastava committed Oct 24, 2020
1 parent e607fe0 commit a59fe95
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _pages/author-prakruthi-manjunath.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Prakruthi Manjunath"
layout: default
permalink: "/author-prakruthi-manjunath.html"
---
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="row align-items-center mb-5">
<div class="col-md-9">
<h2 class="font-weight-bold">{{page.title}} <span class="small btn btn-outline-success btn-sm btn-round"><a href="{{ site.authors.prakruthi.twitter }}">Follow</a></span></h2>
<p><a href="{{ site.authors.prakruthi.web }}">{{ site.authors.prakruthi.web }}</a></p>
<p class="excerpt">{{ site.authors.prakruthi.bio }}</p>
</div>
<div class="col-md-3 text-right">
<img alt="{{ site.authors.prakruthi.name }}" src="{{ site.authors.prakruthi.gravatar }}" class="rounded-circle" height="100" width="100">
</div>
</div>
<h4 class="font-weight-bold spanborder"><span>Posts by Prakruthi </span></h4>
{% assign posts = site.posts | where:"author","prakruthi" %}
{% for post in posts %}
{% include main-loop-card.html %}
{% endfor %}
</div>
</div>
</div>

0 comments on commit a59fe95

Please sign in to comment.