8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695b7f3 commit 0c6964bCopy full SHA for 0c6964b
_includes/sections/projects.html
@@ -3,7 +3,7 @@ <h2><span data-i18n="skills.my_skills">Projects</span></h2>
3
<div class="archive">
4
<div class="timeline" id="timeline">
5
{% for project in site.data.index.projects %}
6
- <div class="archive-title"><div class="archive-year"><strong>{{ project.name }}</strong> </div></div>
+ <div class="archive-title"><div class="archive-year"><strong>{{ project.name }}</strong> - <strong>{{ project.date }}</strong></div></div>
7
<ul>
8
<li><p>{{ project.descr }}</p></li>
9
blog.sublime-project
@@ -3,6 +3,9 @@
[
{
"path": "."
+ },
+ {
+ "path": "/Users/yixia/python_work"
}
10
]
11
0 commit comments