8000 modified css · geeknerd/geeknerd.github.io@0c6964b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0c6964b

Browse files
author
Yi Xia
committed
modified css
1 parent 695b7f3 commit 0c6964b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/sections/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h2><span data-i18n="skills.my_skills">Projects</span></h2>
33
<div class="archive">
44
<div class="timeline" id="timeline">
55
{% for project in site.data.index.projects %}
6-
<div class="archive-title"><div class="archive-year"><strong>{{ project.name }}</strong> </div></div>
6+
<div class="archive-title"><div class="archive-year"><strong>{{ project.name }}</strong> - <strong>{{ project.date }}</strong></div></div>
77
<ul>
88
<li><p>{{ project.descr }}</p></li>
99

blog.sublime-project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[
44
{
55
"path": "."
6+
},
7+
{
8+
"path": "/Users/yixia/python_work"
69
}
710
]
811
}

0 commit comments

Comments
 (0)
0