diff options
Diffstat (limited to 'projects/index.html')
| -rw-r--r-- | projects/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/projects/index.html b/projects/index.html index 79461a4..9dbf78e 100644 --- a/projects/index.html +++ b/projects/index.html @@ -15,11 +15,11 @@ description: Projects I’ve done.    {% endif %}  </h2>  <section> -  <p class="muted sans"> +  <p class="muted">      {{ project.tech }}      {% if project.github %}        • -      <a href="https://github.com/{{ project.github }}">{{ project.github }}</a> +      <a class="muted" href="https://github.com/{{ project.github }}">{{ project.github }}</a>      {% endif %}    </p>    <p>{{ project.description }}</p> | 
