Skip to content

Conversation

@RMcNeely
Copy link
Contributor

Resolves #84

Adds support for providing a link to the source code on individual app pages.

  • New parsing option for vcs-browser when parsing Appstream data.
  • New button at the footer on individual pages to link to source code

@RMcNeely
Copy link
Contributor Author

Somehow my fork got really messed up by the GHA automatic update. I'm not sure why but now I'm 100+ commits ahead of the elementary repo :(

<a class="button" href="{{ page.help_page }}" target="_blank">Help</a>
{% endif %}
{% if page.source_code %}
<a class="button" href="{{page.sourc_code}}" target="_blank">Source Code</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo :)

Suggested change
<a class="button" href="{{page.sourc_code}}" target="_blank">Source Code</a>
<a class="button" href="{{page.source_code}}" target="_blank">Source Code</a>

@ghost
Copy link

ghost commented Jun 9, 2023

Hi! Is there a reason this is still open? Is there something that needs to be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add link to source code repository

5 participants