Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Aug 23, 2024
1 parent 4281231 commit bdcefcd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a id="a-title" href="{{ '/' | relative_url }}">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
<h2>Technical and scientific updates from the <a href="https://malariagen.net/vobs">Malaria Vector Genome Observatory</a>.</h2>
</div>
</header>

Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-08-15-diplotype-clustering.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Using diplotype clustering to discover mutations causing insecticide resistance in malaria mosquitoes"
tags: social
tags: community
---

Sanjay Nagi posted [Using diplotype clustering to discover mutations
Expand Down
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
API |
<a href="training">training</a> |
<a href="research">research</a> |
<a href="social">social</a>
<a href="community">community</a>
</small>

<ul>
Expand Down
6 changes: 6 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

@import "{{ site.theme }}";

header {
margin: 0 0 20px 0;
padding: 20px 0 0 0;
}

header h1 {
margin: 0 !important;
}
Expand All @@ -13,4 +18,5 @@ header h1::before {

li {
margin: 0 0 5px 0;
padding: 0 0 0 5px;
}
4 changes: 2 additions & 2 deletions social.md → community.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ layout: default
<a href="api">API</a> |
<a href="training">training</a> |
<a href="research">research</a> |
social
community
</small>

<ul>
{% for post in site.tags.social %}
{% for post in site.tags.community %}
<li>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date: "%-d %B %Y" }} | {{ post.tags | join: " - " }}</small>
</li>
Expand Down
2 changes: 1 addition & 1 deletion data.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
<a href="api">API</a> |
<a href="training">training</a> |
<a href="research">research</a> |
<a href="social">social</a>
<a href="community">community</a>
</small>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
<a href="api">API</a> |
<a href="training">training</a> |
<a href="research">research</a> |
<a href="social">social</a>
<a href="community">community</a>
</small>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion research.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
<a href="api">API</a> |
<a href="training">training</a> |
research |
<a href="social">social</a>
<a href="community">community</a>
</small>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion training.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
<a href="api">API</a> |
training |
<a href="research">research</a> |
<a href="social">social</a>
<a href="community">community</a>
</small>

<ul>
Expand Down

0 comments on commit bdcefcd

Please sign in to comment.