Skip to content

Commit 939a40a

Browse files
committed
add badge image to home page
1 parent 3e36d53 commit 939a40a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,10 @@ recognized as Ruby code. Since we don't have any Ruby code in MJW, this is a qui
114114
TODO: remove when not required in Xranklin.
115115
*/
116116
.language-ruby::before {content: "Julia";}
117+
118+
/* Custom CSS required to display the docs|stable badge on the landing page */
119+
img[alt=badge] {
120+
height: 1em;
121+
width: auto;
122+
display: inline;
123+
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ But at least you will know where to look in case you have a specific question.
3333

3434
Many of the links you will see point to [GitHub](https://github.com/) repositories for Julia packages.
3535
When you click them, they will take you to a page called `README.md` that contains a brief description of the package, sometimes insufficient for actual use.
36-
You can usually find more thorough documentation by looking for a blue badge called [`docs|stable`](https://img.shields.io/badge/docs-stable-blue.svg) at the top of the page.
36+
You can usually find more thorough documentation by clicking on a blue badge called `docs|stable` looking like this ![badge](https://img.shields.io/badge/docs-stable-blue.svg) at the top of the `README`.

0 commit comments

Comments
 (0)