Skip to content

Commit db1df76

Browse files
✨ Create required files
1 parent 1d22b49 commit db1df76

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
display: flex;
145145
gap: 1rem;
146146
flex-wrap: wrap;
147+
justify-content: center;
147148
}
148149
.navigation li { display: inline; }
149150
.navigation a {
@@ -200,12 +201,8 @@ jobs:
200201
{{ content }}
201202
202203
<footer class="site-footer">
203-
<span class="site-footer-owner">
204-
<a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a>
205-
is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.
206-
</span>
207204
<span class="site-footer-credits">
208-
Made with ❤️ & ☕ by <a href="https://dinushchathurya.me/">Dinush Chathurya</a>
205+
<a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> Made with ❤️ & ☕ by <a href="https://dinushchathurya.me/">Dinush Chathurya</a>
209206
as a part of <a href="https://github.com/open-source-srilanka">ProjectOSS</a>
210207
</span>
211208
</footer>

0 commit comments

Comments
 (0)