diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-27 18:10:51 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-27 21:10:18 +0800 |
| commit | f7300455cb61c1c22eeaee7139eac7c39a723e25 (patch) | |
| tree | b1e663b4a84053d94c34eeb5cdb498f3d80b12a9 /projects.html | |
| parent | f6d945cd589921886508f7e4338bd4549dab28d3 (diff) | |
| download | www-marat.tar.gz | |
Improve styling for links, code.marat
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects.html b/projects.html index f46dec2..62772d6 100644 --- a/projects.html +++ b/projects.html @@ -4,7 +4,7 @@ title: Projects --- <div class="container"> - <h1>Projects</h1> + <h1>{{ page.title }}</h1> <table> {% assign n = 2 %} {% assign rows = site.projects.size | divided_by: n | ceil %} @@ -15,7 +15,7 @@ title: Projects <td class="project-item"> {% assign parts = item.url | split: '/' %} <img src="{{ parts[2] }}/{{ item.thumbnail }}" alt="{{ item.title }}"> - <h5><a href="{{ parts[2] }}">{{ item.title }}</a></h5> + <h5><a href="{{ parts[2] }}" class="link-decor-none">{{ item.title }}</a></h5> </td> {% endfor %} </tr> |
