You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that a Docker file has been added to the repository, we should also look into getting a Visual Studio Code Container running as well. Since the devcontainers are based upon Docker, this may just be a matter of updating the repository structure and testing to ensure the devcontainer works correctly.
The text was updated successfully, but these errors were encountered:
## The issue
Currently Altmetric and Dimension publication badge elements have
non-obvious attributes that hide badges when some conditions are not met
,e.g.:
```
data-hide-no-mentions="true"
data-hide-less-than="15"
```
resulting in seemingly strange behavior where badges are enabled in
`config.yml` but don't show up consistently, as reported in academicpages#2443 :
Altmetric badges don't display for some pubs.
## This PR
- removes these hidden nondisplay conditions in favor of more
predictable website behavior;
- adds documentation links to point users interested in customizing
badge behavior to the right resources.
Now that a Docker file has been added to the repository, we should also look into getting a Visual Studio Code Container running as well. Since the devcontainers are based upon Docker, this may just be a matter of updating the repository structure and testing to ensure the devcontainer works correctly.
The text was updated successfully, but these errors were encountered: