Add link to project page
This commit is contained in:
parent
62248c2119
commit
b60ccf4763
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@
|
||||||
<img src="{{ project.image }}" alt="{{ key }} image">
|
<img src="{{ project.image }}" alt="{{ key }} image">
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<h3>{{ project.title }}</h3>
|
<h3>{{ project.title }}</h3>
|
||||||
<p>...</p>
|
<p></p>
|
||||||
|
<a href="{% url 'projects:project' key %}">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue