Skip to content

Commit c3aa513

Browse files
committed
updated repository to fix the failure
1 parent b7c0e09 commit c3aa513

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ projects:
4646
# website: http://your_website_url
4747
# youtube: your_username
4848

49+
repository: Codingpanda2/codingpanda2.github.io
50+
4951
topics:
5052
- name: CSS
5153
web_url: https://github.com/topics/css

_includes/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h2 {% if site.style == 'dark' %}class="text-white"{% endif %}>My Projects</h2>
2-
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">GitHub repositories that I've built.</p>
2+
<p class="f4 mb-4 {% if site.style == 'dark' %}text-white{% else %}text-gray{% endif %}">All my projects. I have build.</p>
33
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
44
{% if site.projects.sort_by == 'stars' %}
55
{% assign sort_order = 'stargazers_count', 'last' %}

0 commit comments

Comments
 (0)