diff options
| author | Bobby <[email protected]> | 2023-03-27 22:02:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-03-27 22:02:24 -0400 |
| commit | c094029ed7a76bc048300a969b2199ee1cd8094e (patch) | |
| tree | ac161683aea178d50270818e2d6886b41f9ce727 | |
| parent | 67860927fb1d2b350cc0ef3b3b832fa626edba78 (diff) | |
| download | thatcomputerscientist-c094029ed7a76bc048300a969b2199ee1cd8094e.tar.xz thatcomputerscientist-c094029ed7a76bc048300a969b2199ee1cd8094e.zip | |
Make socialify images downloadable
| -rw-r--r-- | templates/blog/socialify.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/socialify.html b/templates/blog/socialify.html index 9458d607..f48eba25 100644 --- a/templates/blog/socialify.html +++ b/templates/blog/socialify.html @@ -91,7 +91,7 @@ <p> <input type="submit" value="Generate" class="button button-special" /> {% if url %} - <a href=" {% url 'ignis:socialify' %}?repo={{ url }}&theme={{ options.theme }}&font={{ options.font }}&pattern={{ options.pattern }}&owner={{ options.owner }}&name={{ options.name }}&description={{ options.description }}&language_1={{ options.language_1 }}&language_2={{ options.language_2 }}&stargazers={{ options.stargazers }}&forks={{ options.forks }}&issues={{ options.issues }}&pulls={{ options.pulls }}" class="button" target="_blank">Download Image</a> + <a href=" {% url 'ignis:socialify' %}?repo={{ url }}&theme={{ options.theme }}&font={{ options.font }}&pattern={{ options.pattern }}&owner={{ options.owner }}&name={{ options.name }}&description={{ options.description }}&language_1={{ options.language_1 }}&language_2={{ options.language_2 }}&stargazers={{ options.stargazers }}&forks={{ options.forks }}&issues={{ options.issues }}&pulls={{ options.pulls }}" class="button" target="_blank" download>Download Image</a> {% endif %} </p> </form> |
