Skip to content

Commit

Permalink
Merge pull request ONEARMY#19 from darigovresearch/enable-edit-page
Browse files Browse the repository at this point in the history
feat: Adds editURL to website/siteConfig.js
  • Loading branch information
davehakkens authored Jul 10, 2021
2 parents 8f0ca3a + f8b723c commit fbf682c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const siteConfig = {
primaryColor: '#F82003',
secondaryColor: '#313131',
},

editUrl: "https://github.com/ONEARMY/fixing-fashion-academy/blob/master/docs/",

/* Custom fonts for website */
/*
fonts: {
Expand Down
8 changes: 3 additions & 5 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,10 @@ h3 {

/* Edit page button */
a.edit-page-link {
float: none;
padding: 8px;
background: none;
border: none;
position: absolute;
bottom: -100px;
border: 0px;
color: black;
font-size: 14px;
}


Expand Down

0 comments on commit fbf682c

Please sign in to comment.