Skip to content

Commit b85c3b9

Browse files
committed
add footer texts
1 parent e726fad commit b85c3b9

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

_posts/gsoc_fin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: 'This project focuses on improving mathtext by examining the
55
known/reported issues within the existing framework, expanding
66
support for new Math-LaTeX-based features, and incorporating
77
robust testing to track down unobserved issues.'
8-
coverImage: '/assets/blog/gsoc_fin/cover.png'
8+
coverImage: '/website/assets/blog/gsoc_fin/cover.png'
99
date: '2023-08-24T12:35:23.768Z'
1010
author:
1111
name: Ratnabali Dutta

components/footer.tsx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@ const Footer = () => {
77
return (
88
<>
99
<hr style={{ "border": "0.5px solid #CCC"}}/>
10-
<footer className="d-flex justify-content-center mb-4">
11-
&copy; {d.getFullYear()} copyright footer text devrd
10+
<footer className="d-flex flex-column align-items-center justify-content-center mb-4">
11+
<a href="/" className="d-flex justify-content-center">
12+
<img src="/website/assets/logo.png" className="img-fluid w-25"/>
13+
</a>
14+
<p className="mb-1">
15+
&copy; {d.getFullYear()} copyright &nbsp;
16+
<a href="https://github.com/devRD" target="_blank">@devRD</a>
17+
</p>
18+
<p className="p-0 m-0">
19+
This blog is licensed under &nbsp;
20+
<a
21+
className="text-secondary lh-0"
22+
href="http://creativecommons.org/licenses/by/4.0/"
23+
target="_blank"
24+
>
25+
Creative Commons Attribution 4.0 International License.
26+
</a>
27+
</p>
1228
</footer>
1329
</>
1430
)

components/post-header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const PostHeader = ({ title, subtitle, coverImage, date, author }: Props) => {
2727
<>
2828
<div className="d-none">
2929
<PostTitle>{title}</PostTitle>
30-
<Avatar name={author.name} picture={author.picture} />
3130
</div>
3231
<div className={`${unna.className}`}>
3332
<PostCover title={subtitle} src={coverImage} />
-129 KB
Loading

public/assets/logo.png

52.2 KB
Loading

0 commit comments

Comments
 (0)